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 ?

asked a month ago101 views
2 Answers
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
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month ago
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

answered a month ago
  • Did you run the command from the answer above and confirm that t3.small instances are available in the Local Zone?

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