This repos is for maintaining my Cloudformation templates and Cumulus stacks
To use cloudformation you will need an AWS account with access keys.
To install Cumulus run the following:
pip install cumulus
To deploy a stack:
cumulus -y filename.yml -a create
To destroy a stack:
cumulus -y filename.yml -a delete