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
質問済み 1年前315ビュー
2回答
1
承認された回答

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
エキスパート
回答済み 1年前
profile picture
エキスパート
レビュー済み 1年前
  • 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
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ