AWS::SageMaker::Cluster ClusterSlurmConfig - AWS CloudFormation

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: String PartitionNames: - String

Properties

NodeType

The type of Slurm node for the instance group. Valid values are Controller, Worker, and Login.

Required: Yes

Type: String

Allowed values: Controller | Login | Compute

Update requires: No interruption

PartitionNames

The list of Slurm partition names that the instance group belongs to.

Required: No

Type: Array of String

Minimum: 0 | 0

Maximum: 1024 | 1

Update requires: No interruption