Skip to content

Instantly share code, notes, and snippets.

@inz
Created April 8, 2016 11:09
Show Gist options
  • Save inz/a5b85bc97910d050e685e6eae9f447ce to your computer and use it in GitHub Desktop.
Save inz/a5b85bc97910d050e685e6eae9f447ce to your computer and use it in GitHub Desktop.
(for i in $(aws ec2 describe-regions|jq -r '.Regions[].RegionName'); do
aws ec2 describe-availability-zones --region $i|jq '.AvailabilityZones[].ZoneName';
done)|wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment