Back
Just want to know that in Amazon CloudWatch is it possible to run a rule according to a schedule that is defined in cron expression. But the attempts were rejected by the CloudWatch with the below message:
"Parameter ScheduleExpression is not valid..."
0 16 * * SUN *0 16 * * 6 *0 16 * * SUN-SUN *0 16 * * 6-6 *
0 16 * * SUN *
0 16 * * 6 *
0 16 * * SUN-SUN *
0 16 * * 6-6 *
You can try with "0 16 ? * 1 *", where the question mark says that it must no be executed every day, so it must check the weekday values.
Looking forward to know more about AWS? Then do check out the AWS Training offered by Intellipaat.
Learn how we helped 50,000+ professionals like you !
31k questions
32.8k answers
501 comments
693 users