Skip to content

Changes a EC2 machine's IP address every ten minutes using Elastic IP

Notifications You must be signed in to change notification settings

joeljacobs/aws-ip-rotator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

AWS IP Rotator

Changes an EC2 VPC machine's IP address every ten minutes using Elastic IP.

Requires valid AWS credentials in ~/.aws/config -- which can be generated by running aws configure.

Usage

Change your IP (one off):

./aws-ip-rotator.sh

Start rotating IPs every ten minutes:

./aws-ip-rotator.sh start

Stop it:

./aws-ip-rotator.sh stop

To change a specific interface, add the interface's MAC address to the MAC variable in the script.

About

Changes a EC2 machine's IP address every ten minutes using Elastic IP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%