AWS::PCS::ClusterCreates an AWS PCS cluster resource. For more information, see [Creating a cluster in Parallel Computing Service](https://docs.aws.amazon.com/pcs/latest/userguide/working-with_clusters_create.html) in the *AWS PCS User Guide* .
import { CfnCluster } from 'aws-cdk-lib/aws-pcs';Or use the module namespace:
import * as pcs from 'aws-cdk-lib/aws-pcs';
// pcs.CfnClusterConfiguration passed to the constructor as CfnClusterProps.
networkingRequiredIResolvable | NetworkingPropertyThe networking configuration for the cluster's control plane.
schedulerRequiredIResolvable | SchedulerPropertyThe cluster management and job scheduling software associated with the cluster.
sizeRequiredstringThe 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
nameOptionalstringThe name that identifies the cluster.
slurmConfigurationOptionalIResolvable | SlurmConfigurationPropertyAdditional options related to the Slurm scheduler.
tagsOptional{ [key: string]: string }1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-pcsAWS::PCS::Cluster