You should not need to do anything special except to invoke the ./go
script.
It should do the rest including setting up the required python libraries in a virtualenv environment.
./go check_credentials Ensure that AWS API credentials exist
./go delete_vpc Delete VPC - by default the vpc_name is 'midkemia'
./go make_vpc Make VPC - by default the vpc_name is 'midkemia'
- These scripts have been written for Python 2.7.2 and may not work with other versions.
- These scripts use both boto and fabric in order to provision and control multiple EC2 instances.
These scripts are covered by the MIT License.