Allows you to move around the country and stay close to the things that matter most: your beloved EC2 instances!
move.py uses www.ipcow.com to grab your current publicly visible IP address, and then grants access to that IP with the specified AWS security group (or groups). It also cleans up after itself by revoking access from a prior IP address (it saves the prior IP to the .ini file on every run).
move.py uses the Python boto3 library and assumes you have an aws cli configuration set up with permissions to modify security groups in your environment.