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

demandé il y a 2 ans2514 vues
2 réponses
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
répondu il y a 2 ans
profile picture
EXPERT
vérifié il y a 4 mois
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
EXPERT
répondu il y a 2 ans
profile picture
EXPERT
vérifié il y a 4 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions