pedropregueiro / migrate-ec2-secgroups

Tool to migrate security groups between EC2 regions
MIT License
24 stars 6 forks source link

migrate-ec2-secgroups

Tool to migrate security groups between EC2 regions

Configuration

Before running this script you need to set your Amazon credentials in one of the following 3 forms:

Running

The basic command to run this script is:

python migrate.py origin_region destination_region list_of_groups

Here are some examples:

python migrate.py us-west-2 eu-west-1 security-group
python migrate.py us-west-2 eu-west-1 security-group1 security-group2 ...
python migrate.py --key AAA --secret BBBBBB us-west-2 eu-west-1 security-group1 security-group2 ...