sceptre

Deploy and manage AWS CloudFormation stacks with templates and configuration

brewmacoslinux
Try with needOr install directly
Source

About

Build better AWS infrastructure

Commands

sceptre

Examples

deploy infrastructure to AWS$ sceptre launch config/dev/vpc.yaml
preview changes before deploying to AWS$ sceptre generate config/prod/app.yaml
delete AWS infrastructure stack$ sceptre delete config/dev/database.yaml
check status of deployed AWS stack$ sceptre status config/prod/network.yaml
validate CloudFormation template syntax$ sceptre validate config/staging/lambda.yaml