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

# ParallelCluster Cluster

ParallelCluster Cluster in AWS is a managed high-performance computing (HPC) resource that allows you to create and manage clusters of compute nodes. It simplifies the deployment of tightly coupled workloads by automating the setup of compute, storage, and networking resources. This service is commonly used for scientific research, simulations, and large-scale data processing, providing scalability and integration with other AWS services.

```
aws.pcs_cluster
```

## 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 cluster.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| created_at          | core | timestamp  | The date and time the resource was created.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| endpoints           | core | json       | The list of endpoints available for interaction with the scheduler.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| error_info          | core | json       | The list of errors that occurred during cluster provisioning.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| id                  | core | string     | The generated unique ID of the cluster.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| modified_at         | core | timestamp  | The date and time the resource was modified.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| name                | core | string     | The name that identifies the cluster.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| networking          | core | json       | The networking configuration for the cluster's control plane.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| scheduler           | core | json       | The cluster management and job scheduling software associated with the cluster.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| size                | core | string     | The size of the cluster. SMALL: 32 compute nodes and 256 jobs MEDIUM: 512 compute nodes and 8192 jobs LARGE: 2048 compute nodes and 16,384 jobs                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| slurm_configuration | core | json       | Additional options related to the Slurm scheduler.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| status              | core | string     | The provisioning status of the cluster. The provisioning status doesn't indicate the overall health of the cluster. 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 |
