Trying to run the schedule every monday at 8:15, I tried the following expression:
cron(15 8 * * MON *)
I thought this means:
- Minutes: 15
- Hour: 8
- Day-of-month: Every
*
- Month: Every
*
- Day-of-week: Monday only
- Year: Every
Documentation: http://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html