Skip to content

How can I implement the 3-2-1 backup strategy for RDS databases in AWS, given that AWS Backup does not support cross-region copy jobs for RDS resources?

0

I use AWS Backup policies to automate backups in my member account. To meet the 3-2-1 backup strategy, I need to copy these RDS backups to another AWS account and region. However, AWS Backup does not support cross-account, cross-region copy jobs for RDS resources. What is the best AWS-native solution to achieve this while maintaining automation and compliance with the 3-2-1 backup standard?

2 Answers
0

Hi,

Please refer to the following blog posts regarding AWS backup and RDS database backup solutions. The first two posts provides details on using AWS Backup to automate copying RDS database snapshots from one AWS account to another AWS account in the same AWS Region, and to copy the backup to a different Region in the destination account using automation with EventBridge and Lambda.

Please let me know if you have any other specific questions.

AWS
answered a year ago
  • In the post "Protecting encrypted Amazon RDS instances with cross-account and cross-Region backups," AWS Lambda is used to copy backups from one vault to another. Why would someone use AWS Lambda for copying backups instead of a Backup Plan with rules?

0

For using Backup Plan, the resource assignment need to be done since in the secondary region (account A, Region B) there is no RDS instance and only RDS snapshot backups, Lambda function is used to call the Backup API / CLI to copy the snapshot backups to destination vault (account B Region B).

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.