Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/awscli/examples/batch/ |
Upload File : |
**To submit a job** This example submits a simple container job called `example` to the `HighPriority` job queue. Command:: aws batch submit-job --job-name example --job-queue HighPriority --job-definition sleep60 Output:: { "jobName": "example", "jobId": "876da822-4198-45f2-a252-6cea32512ea8" }