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 年前2514 查看次数
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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则