What solution will allow the batch jobs to complete as quickly as possible after being scheduled?
A company runs its containerized batch jobs on Amazon ECS.The jobs are scheduled by submitting a container image, a task definition, and the relevant data to an Amazon S3 bucket.Container images may be unique per job.Running the jobs as quickly as possible is of utmost importance, so submitting job artifacts to theS3 bucket triggers the job to run immediately.Sometimes there may be no jobs running at all.However, jobs of any size can be submitted with no prior warning to the IT Operations team.Job definitions include CPU and memory resource requirements.What solution will allow the batch jobs to complete as quickly as possible after being scheduled?Read More →