Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/tomcz/aws_vpc_py

My attempts at creating an Amazon VPC using python tools
https://github.com/tomcz/aws_vpc_py

Last synced: 3 months ago
JSON representation

My attempts at creating an Amazon VPC using python tools

Lists

README

        

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](http://docs.pythonboto.org/en/latest/) and [fabric](http://docs.fabfile.org/en/1.5/)
in order to provision and control multiple EC2 instances.

License
-------

These scripts are covered by the [MIT License](http://www.opensource.org/licenses/mit-license.php).