aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 54 forks source link

AWS::RDS::DBCluster - Add support for automatic backup retention on delete #1848

Open SkeyeLlama opened 9 months ago

SkeyeLlama commented 9 months ago

Name of the resource

AWS::RDS::DBCluster

Resource name

No response

Description

Support for automatic backup retention on delete for Aurora MySQL and Postgres launched on 08/04/23. Cloudformation does not yet support this feature. https://aws.amazon.com/about-aws/whats-new/2023/08/amazon-aurora-automatic-backup-deleted-clusters/

The AWS::RDS::DBCluster resource needs to have a property added to configure automatic backup retention on delete.

For comparison the AWS::RDS::DBInstance resource type supports a DeleteAutomatedBackups property to this configuration for RDS instances.

Other Details

No response