cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.92k stars 1.45k forks source link

DeletionPolicy: add RetainExceptOnCreate option #2173

Closed royffeng closed 11 months ago

royffeng commented 11 months ago

Ask

Request to add the new RetainExceptOnCreate option for the DeletionPolicy attribute. Would reduce effort for failed stack operations by eliminating the need for manual work deleting unused resources before a rollback; those resources already exist and cause failures upon retry since they can not be created again

Documentation