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

已提問 2 年前檢視次數 230 次
2 個答案
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
專家
kentrad
已回答 2 年前
0

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

已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南