Create a EC2 instance in Auckland zone

0

Hi AWS,

I want to launch a EC2 instance at Auckland zone.

I check the official page, 'AWS Local Zones features' https://aws.amazon.com/about-aws/global-infrastructure/localzones/features/?pg=localzones&sec=hs

I created a subnet in Auckland zone and tried to launch an instance 't3.micro, ubuntu-22.04, 30G gp2', but I failed, 'The requested configuration is currently not supported. Please check the documentation for supported configurations.'

I tried others configuration, but all failed.

Could you please give me a more detailed the documentation for supported configurations in Auckland zone or a sample configurations ?

Thank you

Best regards, Levin

Levin
asked a year ago281 views
2 Answers
1
Accepted Answer

I think that in the case of t3, only t3.medium or t3.xlarge can be used in the "Auckland zone".
Nothing else is shown in the fee schedule below.
ryokin
https://aws.amazon.com/ec2/pricing/on-demand/?nc1=h_ls

The following list of instance types also showed only t3.medium and t3.xlarge as rates among t3.
https://ap-southeast-2.console.aws.amazon.com/ec2/home?region=ap-southeast-2#InstanceTypes:

This leads me to believe that only t3.medium and t3.xlarge can be used in t3.

profile picture
EXPERT
answered a year ago
profile picture
EXPERT
reviewed a year ago
  • Just in case, a CLI command that might help:

    aws ec2 describe-instance-type-offerings --location-type availability-zone --filters Name=location,Values=ap-southeast-2-akl-1a
    
0

Good news: I run the instance in Auckland zone.

Bad news: t3.medium :(

Levin
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions