AWS Batch
Number of APIs: 16
AWS Batch enables you to run batch computing workloads on the AWS Cloud. Batch computing is a common way for developers, scientists, and engineers to access large amounts of compute resources, and AWS Batch removes the undifferentiated heavy lifting of configuring and managing the required infrastructure. AWS Batch will be familiar to users of traditional batch computing software. This service can efficiently provision resources in response to jobs submitted in order to eliminate capacity constraints, reduce compute costs, and deliver results quickly.
-
Compute Environment - Create Compute Environment POST {{aws_batch_base_url}}/v1/createcomputeenvironment
-
Compute Environment - Delete Compute Environment POST {{aws_batch_base_url}}/V1/deletecomputeenvironment
-
Compute Environment - Describe Compute Environments POST {{aws_batch_base_url}}/v1/describecomputeenvironments
-
Compute Environment - Update Compute Environment POST {{aws_batch_base_url}}/v1/updatecomputeenvironment
-
Job - Cancel Job POST {{aws_batch_base_url}}/v1/canceljob
-
Job - Describe Jobs POST {{aws_batch_base_url}}/v1/describejobs
-
Job - Submit Job POST {{aws_batch_base_url}}/v1/submitjob
-
Job - Terminate Job POST {{aws_batch_base_url}}/v1/terminatejob
-
Job Definition - Deregister Job Definition POST {{aws_batch_base_url}}/v1/deregisterjobdefinition
-
Job Definition - Describe Job Definitions POST {{aws_batch_base_url}}/v1/describejobdefinitions