PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
batch
**To describe active job definitions** This example describes all of your active job definitions. Command:: aws batch describe-job-definitions --status ACTIVE Output:: { "jobDefinitions": [ { "status": "ACTIVE", "jobDefinitionArn": "arn:aws:batch:us-east-1:012345678910:job-definition/sleep60:1", "containerProperties": { "mountPoints": [], "parameters": {}, "image": "busybox", "environment": {}, "vcpus": 1, "command": [ "sleep", "60" ], "volumes": [], "memory": 128, "ulimits": [] }, "type": "container", "jobDefinitionName": "sleep60", "revision": 1 } ] }
[-] cancel-job.rst
[edit]
[-] deregister-job-definition.rst
[edit]
[+]
..
[-] describe-compute-environments.rst
[edit]
[-] create-job-queue.rst
[edit]
[-] describe-jobs.rst
[edit]
[-] delete-compute-environment.rst
[edit]
[-] list-jobs.rst
[edit]
[-] update-job-queue.rst
[edit]
[-] terminate-job.rst
[edit]
[-] update-compute-environment.rst
[edit]
[-] create-compute-environment.rst
[edit]
[-] submit-job.rst
[edit]
[-] register-job-definition.rst
[edit]
[-] describe-job-definitions.rst
[edit]
[-] describe-job-queues.rst
[edit]
[-] delete-job-queue.rst
[edit]