Run batch computing workloads through the AWS Batch service. More information: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/batch/index.html.
aws batch list-jobs --job-queue queue_name
aws batch create-compute-environment --compute-environment-name compute_environment_name --type type
aws batch create-job-queue --job-queue-name queue_name --priority priority --compute-environment-order compute_environment
aws batch submit-job --job-name job_name --job-queue job_queue --job-definition job_definition
aws batch describe-jobs --jobs jobs
aws batch cancel-job --job-id job_id --reason reason