Skip to content

Cron Expressions to schedule State Manager Associations - DST

0

Can't see any option within the cron expression builder on the SSM State Manager scheduler screens to allow for Day Light Saving times. Is there anyway to get around this?

asked 3 years ago1.2K views
1 Answer
0

Since the cron and rate expressions for Systems Manager are based in UTC, there is no built-in option to accommodate for day light saving. A workaround I can think of is to create a cron job in EventBridge to invoke a Lambda function when day light saving happens. Within the Lambda function, you can make an UpdateAssociation API call to change the cron expression.

AWS
answered 3 years 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.