1 Answer
- Newest
- Most votes
- Most comments
0
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.
answered 2 years ago
Relevant content
- asked 10 months ago
- asked 4 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago