interstack orchestration framework for AWS CloudFormation
Project description
ennio
Ennio is an interstack orchestration framework for AWS CloudFormation
Installation
Use the package manager pip to install foobar.
pip install ennio
Why
Cloudformation alone cannot do all the infrastructure work. Frequently we need some extra operational steps between deployments of Cloudformation stacks. Moreover, we often split a huge application into several smaller stacks to minimize the maintenance effort. It is good to have a mechanism to do all the stack deployments in a single step, and possibly do rollback all the changes to a previous when a stack deployment failed. Ennio did all that for us.
This framework, like many others, are opinionated, in that:
- We believe in reproducible deployments. For each build of infra code, we should create a bundle that can be deployed and redeployed anytime we like.
- We had made a decision to store this bundle in S3.
- Although we had provided a way to generate cloudformation templates using jinja2, and prefer that all templates be written in yaml, you can still bring your own way to generate all the templates.
Example
Please take a look at the sample project in example dir.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ennio-0.1.2.tar.gz
.
File metadata
- Download URL: ennio-0.1.2.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b609f5bb06b64344727b1e4caf82a5e65bdda128ecdfc6c0097c28f228081ea3 |
|
MD5 | 4504042ee2bd4313bd9e2df4296e6ff2 |
|
BLAKE2b-256 | 2131fc9e22da60588004ce0a8b7c5cad05b2e1b71d16a2a9d985255d09be6740 |
File details
Details for the file ennio-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: ennio-0.1.2-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fdb976c5ca2efaad1940f6678adb33022ddf3613dea71a4f3f3d1dda9568c0c |
|
MD5 | e1afd3e286de608cac311ae04bdaa3e8 |
|
BLAKE2b-256 | abe65209fc6e54247a7cd14ab48ada67bd2f9084dca66def0b72f1be458c2917 |