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: 11 days ago
JSON representation
My attempts at creating an Amazon VPC using python tools
- Host: GitHub
- URL: https://github.com/tomcz/aws_vpc_py
- Owner: tomcz
- License: mit
- Created: 2012-12-22T16:58:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-06T04:11:11.000Z (almost 12 years ago)
- Last Synced: 2024-08-02T14:12:26.448Z (4 months ago)
- Language: Python
- Size: 146 KB
- Stars: 13
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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).