search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Aws Batch Commands
11 aws-batch entries
Limited to 100 results
aws-batch Operations
Aws Batch Command: Cancel Batch Job
aws batch cancel-job --job-id <job_id> --reason <reason> aws-batch Operations
Aws Batch Command: Cancel Job
aws batch cancel-job --job-id <job_id> --reason <reason> aws-batch Operations
Aws Batch Command: Create Batch Job Queue
aws batch create-job-queue --job-queue-name <queue_name> --priority <priority> --compute-environment-order <compute_environment> aws-batch Operations
Aws Batch Command: Create Compute Environment
aws batch create-compute-environment --compute-environment-name <compute_environment_name> --type <type> aws-batch Operations
Aws Batch Command: Create Job Queue
aws batch create-job-queue --job-queue-name <queue_name> --priority <priority> --compute-environment-order <compute_environment> aws-batch Operations
Aws Batch Command: Describe Batch Jobs
aws batch describe-jobs --jobs <jobs> aws-batch Operations
Aws Batch Command: Describe Jobs
aws batch describe-jobs --jobs <jobs> aws-batch Operations
Aws Batch Command: List Jobs
aws batch list-jobs --job-queue <queue_name> aws-batch Operations
Aws Batch Command: List Running Batch Jobs
aws batch list-jobs --job-queue <queue_name> aws-batch Operations
Aws Batch Command: Submit Batch Job
aws batch submit-job --job-name <job_name> --job-queue <job_queue> --job-definition <job_definition> aws-batch Operations
Aws Batch Command: Submit Job
aws batch submit-job --job-name <job_name> --job-queue <job_queue> --job-definition <job_definition>