aws-ips

command module
v0.0.0-...-3425fee Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2021 License: GPL-3.0 Imports: 15 Imported by: 0

README

aws-ips

check network addresses for AWS Services

Build Status Go Report Card

about

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

changelog

0.0.1 - initial

installation

Download the latest release here: https://github.com/jonhadfield/aws-ips/releases

macOS and Linux

Install:
$ install <aws-ips binary> /usr/local/bin/aws-ips

Windows

An installer is planned, but for now...
Download the binary 'aws-ips_windows_amd64.exe' and rename to aws-ips.exe

example usage
help

aws-ips --help

filtering by service and region

aws-ips --service s3 --region eu-west-1

reverse lookup by IP

aws-ips --ip 54.208.0.0

AWS service relating to a domain name

aws-ips --name www.netflix.com

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL