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 年前檢視次數 2528 次
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 個月前

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

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

回答問題指南