PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
batch
**To register a job definition** This example registers a job definition for a simple container job. Command:: aws batch register-job-definition --job-definition-name sleep30 --type container --container-properties '{ "image": "busybox", "vcpus": 1, "memory": 128, "command": [ "sleep", "30"]}' Output:: { "jobDefinitionArn": "arn:aws:batch:us-east-1:012345678910:job-definition/sleep30:1", "jobDefinitionName": "sleep30", "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]