I want to create a schedule expression that triggers on may 14 and june 18 at 10:00 am.
Is this valid?
cron(0 0 10 14,18 5,6 ? *)
I want to create a schedule expression that triggers on may 14 and june 18 at 10:00 am.
Is this valid?
cron(0 0 10 14,18 5,6 ? *)
2
Answers
That’s going to run 4 times:
I don’t think you can schedule two specific days of different months with a single cron expression. You’ll have to create two cron triggers for the two dates.
You can use AWS console UI to validate the expression. It’s in EventBrdige -> Rules -> Create rule. To prove Mark B’s point: