check network addresses for AWS Services
AWS publish a list of IP ranges that correspond to their services and regions. Linked to from here.
aws-ips is a utility that downloads the latest list (or use a local copy of the list) and enables you to:
- list and filter prefixes (by region, service, cidr)
- reverse lookup of IP address or FQDN to AWS range
- output results as JSON, YAML, or Text
0.0.1 - initial
Download the latest release here: https://github.com/jonhadfield/aws-ips/releases
Install:
$ install <aws-ips binary> /usr/local/bin/aws-ips
An installer is planned, but for now...
Download the binary 'aws-ips_windows_amd64.exe' and rename to aws-ips.exe
aws-ips --help
aws-ips --service s3 --region eu-west-1
aws-ips --ip 54.208.0.0
aws-ips --name www.netflix.com