AWS CLI Cheat Sheet/List availability zones

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 text
Explanation

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
List AWS regions
Show available regions from EC2.
OpenIn sheetbashsame section
Create tags on a resource
Attach tags using a service-specific tagging command.
OpenIn sheetbashsame section
Wait for a resource state
Use a waiter until an EC2 instance is running.
OpenIn sheetbashsame section
Enable debug logging
Print request/response debugging details.
OpenIn sheetbashsame section
Open service help
Show help for a specific AWS service namespace.
OpenIn sheetbash2 tag match
Show AWS CLI version
Print the installed AWS CLI version.
OpenIn sheetbash1 tag match