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.
Change your IP (one off):
./aws-ip-rotator.shStart rotating IPs every ten minutes:
./aws-ip-rotator.sh startStop it:
./aws-ip-rotator.sh stopTo change a specific interface, add the interface's MAC address to the MAC variable in the script.