aws-cloudformation / aws-cloudformation-resource-providers-rds

The CloudFormation Resource Provider Package For Amazon Relational Database Service
https://aws.amazon.com/rds/
Apache License 2.0
27 stars 43 forks source link

[DBInstance] Support automatic replication region for encrypted storages #516

Closed dbbh closed 5 months ago

dbbh commented 7 months ago

Issue #, if available:

Description of changes: This code change adds a new parameter AutomaticBackupReplicationKmsKeyId to the CloudFormation DBInstance template with supporting logic to provide this parameter when enabling AutomatedBackupsReplication. When customers with DBInstances that have enabled StorageEncryption wishes to start AutomatedBackupsReplication in a region, they must provide a valid KMS Key in the replication region. Currently there is no way customers can provide this KMS Key via CloudFormation.

Known limitations of the AutomatedBackupsReplication:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.