スキップしてコンテンツを表示

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回答
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
回答済み 1年前
  • 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
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ