Export RDS snapshot to S3 bucket in another region using CDK

0

Hello, I am looking for guidance on how to achieve the following disaster recovery (DR) action using CDK:

Take a cluster snapshot of my RDS cluster and upload it to my DR region.

Thanks.

Obed
已提問 2 個月前檢視次數 125 次
1 個回答
1
已接受的答案

To achieve disaster recovery actions such as taking a cluster snapshot of your RDS cluster and uploading it to a DR region using the CDK, you'll need to use the CDK to set up infrastructure that can perform these tasks, as CDK itself is designed for resource provisioning, not direct resource manipulation. The approach involves creating a Lambda function with CDK that uses the AWS SDK to interact with AWS services, executing the snapshot creation and copying process.

profile picture
專家
已回答 2 個月前
profile picture
專家
已審閱 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南