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?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则