DocsAWS 101BlogServices

Batch

AWS Batch — compute environments, job queues, job definitions, and job submission.

REST-JSON multi-tenant 10 operations

Quick start

# See /docs/services/ for SDK patterns; Batch uses the standard boto3 client.

Supported operations

10 operations exposed by this service as of MiniStack 1.4.21. Extracted directly from the handler dispatch in the source module.

CreateComputeEnvironment CreateJobQueue DescribeComputeEnvironments DescribeJobDefinitions DescribeJobQueues DescribeJobs ListJobs RegisterJobDefinition SubmitJob UpdateComputeEnvironment

CloudFormation

No CloudFormation resource types map to this service yet. Resources can still be created via the SDK or CLI.

Known limitations

  • Jobs are metadata only — SubmitJob transitions straight to SUCCEEDED with no container run. CancelJob / TerminateJob and scheduling policies are not implemented.

Source

  • ministack/services/batch.py

Read the source to verify the ops list above — dispatch tables and handler functions are the ground truth.