Created
April 25, 2019 02:08
-
-
Save bfgits/38df6a3cbceda23c57324ca4e6013747 to your computer and use it in GitHub Desktop.
get aws all regions
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 characters
curl -s https://ip-ranges.amazonaws.com/ip-ranges.json | jq -r ".prefixes | .[].region " ip-ranges.json | sort | uniq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment