cloudtools/stacker

Add support for CloudFormation Stack Termination Protection

Open

#485 opened on Sep 29, 2017

View on GitHub
 (3 comments) (3 reactions) (0 assignees)Python (166 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (706 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

CloudFormation now allows us to enable Stack Termination Protection, which works similar to the EC2 termination protection. We can enable it while creating the stack. When termination protection is enable, CloudFormation won't delete the stack unless we explicitly disable the protection. There are more information about this in the announcement.

Contributor guide