Automatically stop and start an Amazon RDS DB instance in a CDK app

0

Hi, I just read the document said that we can automatically stop and start an RDS DB instance on a specific schedule. So, I would like to know how to do the same job via CDK? My schedule requirement is like stopping at 0am and starting at 9am each day. Thanks!

1 Resposta
0
Resposta aceita

Based on that document, the scheduling is done by System Manager Maintenance Window, There is CDK for that service although it is in L1 Construct (ie. uses the basic Cloudformation structure). Here is the CDK reference: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ssm.CfnMaintenanceWindow.html

Alternatively, you can run EventBridge + Lambda to do custom scheduling: https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/RunLambdaSchedule.html.

profile pictureAWS
respondido há 2 anos

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