How do I prevent the resources in my CloudFormation stack from getting deleted or updated?

1 minute read
1

I want to prevent the resources in my AWS CloudFormation stack from getting deleted or updated. How do I do this?

Resolution

To prevent deletion or updates to resources in a CloudFormation stack, you can:


Related information

Update behaviors of stack resources

Modifying a stack template

Troubleshooting CloudFormation

AWS OFFICIAL
AWS OFFICIALUpdated 2 years ago