submit_job
Submit a batch job to AWS Batch by specifying job name, definition, queue, command, and user. Optionally include environment variables.
Instructions
Submit a new batch job to AWS Batch.
Args: job_name: Name for the batch job job_definition: AWS Batch job definition ARN job_queue: AWS Batch job queue name command: Command string to execute user: Username submitting the job environment: Optional list of environment variables [{"name": "KEY", "value": "VAL"}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | ||
| command | Yes | ||
| job_name | Yes | ||
| job_queue | Yes | ||
| environment | No | ||
| job_definition | Yes |