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.
- 08 Sep 2015 » Using AWS Api Gateway to collect HPKP Reports - Part 2
- 08 Sep 2015 » Using AWS Api Gateway to collect HPKP Reports