Instance type support in availability zones in the same region

0

Hey,

If an instance type is supported in one availability zone in a particular region, is it supported in all availability zones in the same region?

For example, let's say I checked that m5.xlarge is supported in region us-east-1, on availability zone us-east-1a.

Can I assume m5.xlarge is supported on us-east-1b and us-east-1c as well?

The support for instance type is per region scope or per availability zone?

Thank you,

Ori Adler

質問済み 2年前2526ビュー
2回答
1

Its not necessary the instance type would be available in all AZ's. You might run into error like "Your requested instance type is not supported in your requested Availability Zone" in that case

--Syd

profile picture
Syd
回答済み 2年前
profile picture
エキスパート
レビュー済み 4ヶ月前
1

You can determine which instance types are available in a specific availability zone by doing this:

aws ec2 describe-instance-type-offerings --location-type "availability-zone" --filters Name=location,Values=<AZ name> --region <region name>

For example:

aws ec2 describe-instance-type-offerings --location-type "availability-zone" --filters Name=location,Values=us-east-1b --region us-east-1

profile pictureAWS
エキスパート
回答済み 2年前
profile picture
エキスパート
レビュー済み 4ヶ月前

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

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

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

関連するコンテンツ