cloudtools / cloudtools/stacker
Add support for CloudFormation Stack Termination Protection
Open
enhancement
help wanted
- Dominant language
- Python
- Stars
- 707
- Forks
- 162
- 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](https://aws.amazon.com/about-aws/whats-new/2017/09/aws-cloudformation-now-provides-stack-termination-protection/).
Contributor guide
Assessment
This issue has not been assessed yet.