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

demandé il y a 2 ans231 vues
2 réponses
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
répondu il y a 2 ans
0

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

répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions