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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ