Sceptre

Article by:
Date Published:
Last Modified:

Overview

Sceptre is a 3rd party open-source tool by Cloudreach to drive AWS CloudFormation. It provides a layer of abstraction over CloudFormation to make created and maintaining cloud infrastructure easier.

GitHub Repo: https://github.com/Sceptre/sceptre

Installation

Sceptre can be installed with Python:

1
$ pip install sceptre

Stacks

Each Stack in Sceptre is organized by one or more Stack Groups.

1
$ sceptre create <stack_name>
1
$ sceptre delete <stack_name>

Authors

Geoffrey Hunter

Dude making stuff.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License .

Related Content:

Tags

comments powered by Disqus