AWS::PCS::QueueAWS::PCS::Queue resource creates an AWS PCS queue.
5 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ClusterId | string | RequiredCreate-only |
ComputeNodeGroupConfigurations | Array<ComputeNodeGroupConfiguration> | |
Name | string | Create-only |
SlurmConfiguration | object | |
Tags | object |
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 queue. |
ErrorInfo | Array<ErrorInfo> | The list of errors that occurred during queue provisioning. |
Id | string | The generated unique ID of the queue. |
Status | string | The provisioning status of the queue. The provisioning status doesn't indicate the overall health of the queue. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::PCS::Queue
Resources:
MyResource:
Type: AWS::PCS::Queue
Properties:
ClusterId: "my-clusterid"
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:GetQueuepcs:ListTagsForResourcepcs:GetQueuepcs:UpdateQueuepcs:ListTagsForResourcepcs:TagResourcepcs:UntagResourcepcs:DeleteQueuepcs:GetQueuepcs:ListClusterspcs:ListQueuesOur 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.
NameClusterId