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

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

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

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

관련 콘텐츠