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

maxharlow/aws-ip-rotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

AWS IP Rotator

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

Requires the AWS CLI to be installed and valid AWS credentials configured:

sudo apt update
sudo apt install awscli
aws configure

Usage

Change your IP:

./aws-ip-rotator.sh

Start rotating IPs every ten minutes:

./aws-ip-rotator.sh start

Stop it:

./aws-ip-rotator.sh stop

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