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.1k stars 53 forks source link

AWS::RDS::DBInstance - Add Support for BackupTarget #1984

Open sleepwithcoffee opened 3 months ago

sleepwithcoffee commented 3 months ago

Name of the resource

AWS::RDS::DBInstance

Resource name

No response

Description

We want to provision RDS on Outposts with the option to store backup locally on Outpost. However, it seems that there is no option to enable that via CloudFormation. The feature is available for CLI, SDK and console.

We cannot update Backup Target after creation so updating the resource after provision via CFN is out of question.

Provision RDS on Outposts: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.creating.html

CloudFormation reference: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html

Other Details

No response