This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::Cluster ClusterSlurmConfig
The Slurm configuration for an instance group in a SageMaker HyperPod cluster.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "NodeType" :String, "PartitionNames" :[ String, ... ]}
YAML
NodeType:StringPartitionNames:- String
Properties
NodeType-
The type of Slurm node for the instance group. Valid values are
Controller,Worker, andLogin.Required: Yes
Type: String
Allowed values:
Controller | Login | ComputeUpdate requires: No interruption
PartitionNames-
The list of Slurm partition names that the instance group belongs to.
Required: No
Type: Array of String
Minimum:
0 | 0Maximum:
1024 | 1Update requires: No interruption