Amazon Batch

Batch


• Runs batch computing workloads at scale

• Runs on containers

• Managed service: Configures and manages the environment automatically Batch provides the tools to control the scheduling and sequencing of jobs

• Components:

• Job: Shell script, Linux executable, or Docker container image

• Job Definition: Specifies how jobs are to be run

• Job Queue: Jobs reside here while waiting for a compute environment

• Compute Environment: Compute resources that run the jobs