We are looking for aws batch job and we want to submit this batch job on a certain predefined interval. For e.g.: we want to auto submit this job every 4 hours.
What could be a preferred way to achieve it.
We are looking for aws batch job and we want to submit this batch job on a certain predefined interval. For e.g.: we want to auto submit this job every 4 hours.
What could be a preferred way to achieve it.
You can use Cloudwatch to schedule Batch jobs. In the Cloudwatch console:
We use this for all of our batch jobs, works very well.