billmoritz / cloudformation-scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repos is for maintaining my Cloudformation templates and Cumulus stacks

Cloudformation

To use cloudformation you will need an AWS account with access keys.

Cumulus

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

About