AWS::SageMaker::Cluster ClusterSlurmConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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