Viewing job queue status - Amazon Batch
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Viewing job queue status

After you create a job queue and submit the jobs, it is important to be able to monitor its progress. You can use the Job details page to review, manage, and monitor your job queue.

Viewing job queue information

From the Amazon Batch console, select Job queues in navigation pane and choose your desired job queue to view its details. On this page, you can review and manage your job queue and see additional information about the queue’s operations, such as the job queue snapshot, job state limits, environment order, tags, and the job queue’s JSON code.

Job queue details

This section provides an overview and maintenance options for the job queue. It is important to note that you can find the Amazon Resource Name (ARN) in this section.

To find this information through the Amazon Command Line Interface, use the DescribeJobQueues operation along with the job queue name, or the corresponding ARN.

Job queue snapshot

This section provides a static list of the first 100 RUNNABLEjobs that are in queue. You can use the search field to narrow the list by searching for information from any column in the results section. The jobs in the snapshot results area are sorted according to the job queue’s run strategy. For first-in-first-out (FIFO) job queues, the ordering of the jobs is based on the submission time. For Amazon Batch Fair Share Scheduling (FSS) job queues, the ordering of the jobs is based on the job priority and share usage.

Because the results are a snapshot of the job queue, the results list doesn’t automatically update. To update the list, choose the refresh at the top of the section. Choose the job’s name hyperlink to navigate to Job details and view the job’s status and other related information.

To find this information through the Amazon CLI, use the GetJobQueueSnapshot operation along with the job queue name or the corresponding ARN.

Job state limits

Use this tab to review configuration information about the amount of time that a job can remain in a RUNNABLE state before it’s canceled.

To find this information through the Amazon CLI, use the DescribeJobQueues operation along with the job queue name or the corresponding ARN.

Environment order

If your job queue runs in multiple environments, this tab provides their order and an overview.

To find this information through the Amazon CLI, use the DescribeJobQueues operation along with the job queue name or the corresponding ARN.

Tags

Use this tab to review and manage tags that are associated to this job queue.

JSON

Use this tab to copy the JSON code that’s associated with this job queue. You can then reuse the JSON for Amazon CloudFormation templates and Amazon CLI scripts.