Skip to content

tomcz/aws_vpc_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attempt to create an Amazon VPC using python tools

Requirements

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.

Usage

./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'

Notes

  • 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.

License

These scripts are covered by the MIT License.

About

My attempts at creating an Amazon VPC using python tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published