By using AWS re:Post, you agree to the AWS re:Post Terms of Use

How do I restrict the ability of users to delete or update resources in my CloudFormation stack?

1 minute read
1

I don't want users to delete or update the resources in my AWS CloudFormation stack.

Resolution

To prevent deletion or updates to resources in a CloudFormation stack, take the following actions:

Note: If you receive errors when you run AWS CLI commands, then see Troubleshoot AWS CLI errors. Also, make sure that you're using the most recent AWS CLI version.

Related information

Understand update behaviors of stack resources

Update your stack template

Troubleshooting CloudFormation

AWS OFFICIAL
AWS OFFICIALUpdated 2 months ago