I want to prevent the resources in my AWS CloudFormation stack from getting deleted or updated. How do I do this?
To prevent deletion or updates to resources in a CloudFormation stack, you can:
Update behaviors of stack resources
Modifying a stack template
Troubleshooting CloudFormation