Skip to content
/ stacker Public
forked from cloudtools/stacker

An opinionated AWS CloudFormation Stack builder.

License

Notifications You must be signed in to change notification settings

tc-dc/stacker

This branch is 429 commits behind cloudtools/stacker:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 10, 2016
Mar 17, 2017
Jun 18, 2016
Mar 21, 2017
Sep 8, 2015
Nov 15, 2015
Mar 5, 2017
Sep 5, 2016
Nov 24, 2016
Mar 24, 2015
Mar 22, 2017
Aug 29, 2016
Mar 22, 2017
Mar 22, 2017
Mar 22, 2017

Repository files navigation

stacker

https://readthedocs.org/projects/pip/badge/?version=latest https://circleci.com/gh/remind101/stacker.svg?style=shield Code Health

For full documentation, please see the readthedocs site.

About

stacker is a tool and library used to create & update multiple CloudFormation stacks. It was originally written at Remind and released to the open source community.

stacker Blueprints are written in troposphere, though the purpose of most templates is to keep them as generic as possible and then use configuration to modify them.

At Remind we use stacker to manage all of our Cloudformation stacks - both in development, staging and production without any major issues.

Stacker Command

The stacker command is built to have sub-commands, much like git. Currently the comands are:

  • build which handles taking your stack config and then launching or updating stacks as necessary.
  • destroy which tears down your stacks
  • diff which compares your currently deployed stack templates to your config files
  • info which prints information about your currently deployed stacks

Docker

Stack can also be executed from Docker. Use this method to run stacker if you want to avoid setting up a python environment:

docker run -it -v `pwd`:/stacks remind101/stacker build ...

About

An opinionated AWS CloudFormation Stack builder.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%