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년 전231회 조회
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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인