1 min readMay 31, 2019
Hi. I am not sure if you have already checked this, but there is a way to schedule (CRON expression style) AWS Batch executions using Cloudwatch Events → Rules. Simply add a Event Source and choose Schedule option. The other option is — Even Pattern, which will allow you to trigger batch based on an event in AWS. E.g. Put Object event in S3.
Thanks,
Kunal