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
feita há 2 meses131 visualizações
1 Resposta
1
Resposta aceita

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
ESPECIALISTA
respondido há 2 meses
profile picture
ESPECIALISTA
avaliado há 2 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas