AWS::PCS::ClusterAWS::PCS::Cluster resource creates an AWS PCS cluster.
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Networking | object | RequiredCreate-only |
Scheduler | object | RequiredCreate-only |
Size | string | RequiredCreate-only |
Name | string | Create-only |
SlurmConfiguration | object | |
Tags | Any |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The unique Amazon Resource Name (ARN) of the cluster. |
Endpoints | Array<Endpoint> | The list of endpoints available for interaction with the scheduler. |
ErrorInfo | Array<ErrorInfo> | The list of errors that occurred during cluster provisioning. |
Id | string | The generated unique ID of the cluster. |
Status | string | The provisioning status of the cluster. The provisioning status doesn't indicate the overall health of the cluster. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::PCS::Cluster
Resources:
MyResource:
Type: AWS::PCS::Cluster
Properties:
Networking: {}
Scheduler: {}
Size: "SMALL"
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateNetworkInterfaceec2:DescribeVpcsec2:DescribeSubnetsec2:DescribeSecurityGroupsec2:GetSecurityGroupsForVpciam:CreateServiceLinkedRolesecretsmanager:CreateSecretsecretsmanager:TagResourcepcs:GetClusterpcs:ListTagsForResourcepcs:GetClusterpcs:UpdateClusterpcs:ListTagsForResourcepcs:TagResourcepcs:UntagResourcepcs:DeleteClusterpcs:GetClusterpcs:ListClustersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameNetworkingSchedulerSize