How can I disable snapshot creation when I delete a CloudFormation stack?
I create an Aurora DB Cluster in my stack, and when I try to delete it I often get this error and I can't completely delete the stack:
CREATE_FAILED AWS::RDS::DBClusterSnapshot Cannot create more than 100 manual snapshots
I don't want a snapshot at all.
Set "DeletionPolicy" : "Delete" for your RDSDBCluster resource in CFT.
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With