cloudtools/stacker

Add support for CloudFormation Stack Termination Protection

Open

#485 创建于 2017年9月29日

在 GitHub 查看
 (3 评论) (3 反应) (0 负责人)Python (166 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (706 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南