Last active
September 27, 2020 09:43
-
-
Save HumbleSpirit/ce850f7736fe99a91e7fc89be9d2f945 to your computer and use it in GitHub Desktop.
Revisions
-
HumbleSpirit revised this gist
Sep 27, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ aws ec2 describe-regions --query "Regions[].[RegionName]" --out text | xargs -I{} aws --region {} ec2 describe-availability-zones --query "AvailabilityZones[].ZoneName" --out text -
HumbleSpirit created this gist
May 24, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ aws ec2 describe-regions --query "Regions[].[RegionName]" --out text | > xargs -I{} aws --region {} ec2 describe-availability-zones --query "AvailabilityZones[].ZoneName" --out text