Show AZs for the active region.
Section: Common Cross-Service Recipes
List availability zones
bash
bash
aws ec2 describe-availability-zones --query 'AvailabilityZones[].ZoneName' --output textExplanation
Useful for subnet, EBS, and deployment planning.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Common Cross-Service Recipes