Skip to content

Instantly share code, notes, and snippets.

@bfgits
Created April 25, 2019 02:08
Show Gist options
  • Save bfgits/38df6a3cbceda23c57324ca4e6013747 to your computer and use it in GitHub Desktop.
Save bfgits/38df6a3cbceda23c57324ca4e6013747 to your computer and use it in GitHub Desktop.
get aws all regions
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