View on GitHub

Veep

Automation for AWS VPC management, built on top of boto.

Download this project as a .zip file Download this project as a tar.gz file

veep contains a set of objects subclassing familiar boto objects, adding convenience methods. It also contains a set of helper functions written to make common AWS operations more convenient. Most of the library is built around managing multiple VPCs across multiple regions as painless as possible, reducing the opportunity for config drift across vpcs and regions.

Inside VPC you will find a hierarchy of objects and associated methods:

Additionally, there are modules covering additional AWS functionality:

blog posts

I've written up tutorials illustrating how to use some of veep's objects.