Cluster
The cluster resource and configuration.
Contents
- arn
-
The unique Amazon Resource Name (ARN) of the cluster.
Type: String
Required: Yes
- createdAt
-
The date and time the resource was created.
Type: Timestamp
Required: Yes
- id
-
The generated unique ID of the cluster.
Type: String
Required: Yes
- modifiedAt
-
The date and time the resource was modified.
Type: Timestamp
Required: Yes
- name
-
The name that identifies the cluster.
Type: String
Required: Yes
- networking
-
The networking configuration for the cluster's control plane.
Type: Networking object
Required: Yes
- scheduler
-
The cluster management and job scheduling software associated with the cluster.
Type: Scheduler object
Required: Yes
- size
-
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
Type: String
Valid Values:
SMALL | MEDIUM | LARGE
Required: Yes
-
- status
-
The provisioning status of the cluster.
Note
The provisioning status doesn't indicate the overall health of the cluster.
Type: String
Valid Values:
CREATING | ACTIVE | UPDATING | DELETING | CREATE_FAILED | DELETE_FAILED | UPDATE_FAILED
Required: Yes
- endpoints
-
The list of endpoints available for interaction with the scheduler.
Type: Array of Endpoint objects
Required: No
- errorInfo
-
The list of errors that occurred during cluster provisioning.
Type: Array of ErrorInfo objects
Required: No
- slurmConfiguration
-
Additional options related to the Slurm scheduler.
Type: ClusterSlurmConfiguration object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: