Skip to content

Sceptre

Published On:
Nov 21, 2019
Last Updated:
Nov 21, 2019

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:

Terminal window
$ pip install sceptre

Stacks

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

Terminal window
$ sceptre create <stack_name>
Terminal window
$ sceptre delete <stack_name>