-
-
Save magnologan/5644d654bd7b9e3666c1f7834ad0ae34 to your computer and use it in GitHub Desktop.
Get AWS IP Addresses for a Specified Area
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
wget -qO- https://ip-ranges.amazonaws.com/ip-ranges.json | jq '.prefixes[] | if .region == "us-east-1" then .ip_prefix else empty end' -r | head -3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment