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
asked 2 months ago113 views
1 Answer
1
Accepted Answer

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
EXPERT
answered 2 months ago
profile picture
EXPERT
reviewed 2 months 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.

Guidelines for Answering Questions