Launch Initiation Failed: Trying to launch EC2 instance on eu-north-1-hel-1a

1

Hello,

I am trying to launch a dual-stack EC2 instance on a specific availability zone (eu-north-1-hel-1a), but the process seems to be failing at the last step. I have even tried to drop the dual-stack requirement and limit myself to ipv4 but this didn't seem to do the trick. The original message is as follows: Instance launch failed: The requested configuration is currently not supported. Please check the documentation for supported configurations.

Has anyone else faced this issue in the particular availability zone? I am trying to figure out what is not really supported and whether I could get around it.

Many thanks in advance.

Liza

Liza
asked 10 months ago259 views
3 Answers
0
aws ec2 describe-instance-type-offerings --location-type availability-zone  --region eu-north-1 --filters Name=location,Values=eu-north-1-hel-1a

{ "InstanceTypeOfferings": [] }

Marsel
answered 13 days ago
  • but those seems to be working: t3.medium t3.xlarge c5.2xlarge g4dn.2xlarge m5.2xlarge r5.2xlarge r5.4xlarge c5.12xlarge

0

Hi. There is a possiblty that instance type you selected is.not suppoted(available) in your local zone. Try another Instance type.

profile picture
EXPERT
answered 10 months ago
0

Please how do I find out EC2 instance that will match my zone

Bright
answered 2 months 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