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
posta 2 mesi fa131 visualizzazioni
1 Risposta
1
Risposta accettata

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
ESPERTO
con risposta 2 mesi fa
profile picture
ESPERTO
verificato 2 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande