CloudFormation: How to set Deletion Policy to Retain for production only?
It’s a good practice to use CloudFormation’s deletion policy to protect stateful resources such as DynamoDB tables or RDS databases from accidental deletions. Such as when someone accidentally deletes a CloudFormation stack! As I discussed previously [1], this is a much better way to guard against these accidental data losses than separating stateful and stateless …
CloudFormation: How to set Deletion Policy to Retain for production only? Read More »