I can't create seattle instance ec2

0

First i switch region to us-west-2 (oregon)

step:

i make usw2-sea1-az1 and usw2-wl1-sea-wlz1 available

make subnetwork for those 2 seattle zone

when i create new instance for those 2 subnetwork will failed

if i create by all deafult setting will be good, but not in seattle

if step above, it's not the correct step can u advise me ty

asked 2 years ago212 views
2 Answers
0

Can you verify that the Zones are opted-in in your account using this command:

aws ec2 describe-availability-zones --region us-west-2 --query AvailabilityZones[*].[OptInStatus,ZoneId]

If the zone is opted-in, can you verify that the instance type is available in that zone with this command:

aws ec2 describe-instance-type-offerings --location-type availability-zone-id --filters Name=location,Values=usw2-sea1-az1 --region us-west-2 --query InstanceTypeOfferings[*].InstanceType

Can you also share the error message you get when you try to deploy the instances?

profile pictureAWS
EXPERT
kentrad
answered 2 years ago
0

No matter what I do, I can't create instances in Seattle either. There is no error message, just Launch Initiation Failed.

answered a year 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