Overview of Amazon S3 Batch operations
mainThis scenario demonstrates the following service operations using boto3:
- Create an AWS Batch computer environment: Creates an AWS Batch compute environment.
- Sets up a job queue: Creates a job queue that will manage the submission of jobs.
- Creates a job definition: Creates a job definition that specifies how the jobs should be executed.
- Registers a Job Definition: Registers a job definition making it available for job submissions.
- Submits a Batch Job: Submits a job.
- Checks the status of the job: Checks the status of the job.