---
title: PCS Queue
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > PCS Queue
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# PCS Queue

An AWS PCS Queue is a job submission queue within AWS Parallel Computing Service. It routes submitted HPC jobs to an associated compute fleet, applying scheduling configuration and status controls to manage how workloads are accepted, prioritized, and executed in a PCS cluster.

```
aws.pcs_queue
```

## Fields

| Title                             | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Description |
| --------------------------------- | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                              | core | string     |
| account_id                        | core | string     |
| arn                               | core | string     | The unique Amazon Resource Name (ARN) of the queue.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| cluster_id                        | core | string     | The ID of the cluster of the queue.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| compute_node_group_configurations | core | json       | The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| created_at                        | core | timestamp  | The date and time the resource was created.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| error_info                        | core | json       | The list of errors that occurred during queue provisioning.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| id                                | core | string     | The generated unique ID of the queue.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| modified_at                       | core | timestamp  | The date and time the resource was modified.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| name                              | core | string     | The name that identifies the queue.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| status                            | core | string     | The provisioning status of the queue. The provisioning status doesn't indicate the overall health of the queue. The resource enters the SUSPENDING and SUSPENDED states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status is SUSPENDED. For more information, see Frequently asked questions about Slurm versions in PCS in the PCS User Guide. |
| tags                              | core | hstore_csv |
