1.0.0 • Published 6 years ago

aws-ips v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

aws-ips

A command line tool to fetch the latest AWS ip ranges, with optional filters for service and or region

How to use

$ npm i aws-ips -g
$ aws-ips --service ROUTE53_HEALTHCHECKS --region eu-west-1

Region    Service              IP Range         
eu-west-1 ROUTE53_HEALTHCHECKS 54.228.16.0/26   
eu-west-1 ROUTE53_HEALTHCHECKS 176.34.159.192/26

Command Reference

Note: This is not an exauhstive list, and entries may be missing or incomplete.

Generated with yargs-reference


Command

aws-ips

Description

A command line tool to fetch the latest AWS ips, with optional filters for service and or region

Options

Option NameDescriptionTypeRequiredDefault Value
prettyShow pretty tablebooleanfalsefalse
regionFilter for a particular AWS regionstringfalse
serviceFilter for a particular AWS servicestringfalse
sortResults sorting (Choices: region,service,cidr)stringfalseregion
reverseReverse sort orderbooleanfalsefalse

Please see the reference file for advanced information. Command Reference