Protecting Code Ocean Stack and its Resources
How to protect your Code Ocean CloudFormation stack and its critical resources from being deleted accidentally.
CloudFormation Stack Termination Protection
aws cloudformation update-termination-protection \
--stack-name <your-stack-name> \
--enable-termination-protectionCritical Resources Protection using an SCP
Code Ocean Stack's Protected Resources
AWS Organizations SCP policy
Creating and attaching the SCP
Removing Protection
Was this helpful?