I am trying to set a CloudWatch schedule event rule that will run on every quarter of year. But I am getting this error
"Parameter ScheduleExpression is not valid".
I tried following Cron expressions
cron(0 0 1 */3 * ?)
cron(0 0 1 */3 ? *)
But not working. Can anyone help in this?