1
votes

Requirement: We have 4 clients in 4 different regions and we need to set up a Cron expression in the cloud watch event which needs to trigger lambda at a particular time every day.

Currently Cloudwatch is triggering the event based on GMT, how to change the timezone ?

1

1 Answers

2
votes

You have to calculate the GMT times for the different regions yourself and then set them in EventBridge (CloudWatch).

For example, if you want to trigger an event at 5am local New York City (EDT) time, you need to convert that to GMT time. Which at the moment would be 9am. Then you set that value in your EventBridge (CloudWatch) event.