1.0.0 • Published 4 years ago

aws-dynip-update v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

aws-dynip-update

Update the IP of an inbound rule in security groups.

Requirements

  • Configured aws CLI (docs)
  • Nodejs > 12.16.x (link)

Usage

npx aws-dynip-update [Options]

Options:
  -r --region <region>      AWS region
  -s --secgroup <secgroup>  Security group name
  -d --dry                  Dry run
  -h, --help                output usage information

The region and security group name parameters are required for the first time.

After the initial run, you'll have a configuration in $HOME/.aws_ip.yml and don't need to provide the params again if they didn't change. Of course you can always add another region/secgroup combination.

Notes

  • Created rule allows all trafic
  • Created rule doesn't have a description
1.0.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago