EC2 configuration is currently not supported - Delhi Local Zone

0

I have my Delhi Local Zone enabled under Mumbai Parent zone, configured a Subnet for it yet when I try to roll out an EC2 machine, it always errors out. I tried 3 time, carefully selecting T3 with GP2 storage as stated in https://aws.amazon.com/about-aws/global-infrastructure/localzones/features/?nc1=h_ls for Delhi Zone but it always fails saying "The requested configuration is currently not supported. Please check the documentation for supported configurations."

What can be the reason for this and how do I fix this ?

質問済み 2ヶ月前111ビュー
2回答
2

As per the comment above, please double-check that you are trying to launch an instance type which is supported in the Local Zone.

Note that you can check what instances types are available by running the following command:

aws ec2 describe-instance-type-offerings --location-type availability-zone --filters Name=location,Values=ap-south-1-del-1a --region ap-south-1

profile pictureAWS
エキスパート
回答済み 2ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前
0

I'm posting my full VPC / Subnet & EC2 config I'm trying to spin for Local Zone Delhi - ap-south-1-del-1aap-south-1-del-1a. Can you spot any problems? if not, I'd presume a out of capacity issues but would have appreciated if the error was more descriptive rather than being so generic. Enter image description here

回答済み 2ヶ月前
  • Did you run the command from the answer above and confirm that t3.small instances are available in the Local Zone?

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

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

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

関連するコンテンツ