AWS::SageMaker::Cluster ClusterFsxLustreConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 ClusterFsxLustreConfig

Defines the configuration for attaching an Amazon FSx for Lustre file system to instances in a SageMaker HyperPod cluster instance group.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "DnsName" : String, "MountName" : String, "MountPath" : String }

YAML

DnsName: String MountName: String MountPath: String

Properties

DnsName

The DNS name of the Amazon FSx for Lustre file system.

Required: Yes

Type: String

Pattern: ^((fs|fc)i?-[0-9a-f]{8,}\..{4,253})$

Minimum: 16

Maximum: 275

Update requires: No interruption

MountName

The mount name of the Amazon FSx for Lustre file system.

Required: Yes

Type: String

Pattern: ^([A-Za-z0-9_-]{1,8})$

Minimum: 1

Maximum: 8

Update requires: No interruption

MountPath

The local path where the Amazon FSx for Lustre file system is mounted on instances.

Required: No

Type: String

Pattern: ^/(?!/)(?!.*/$)[a-zA-Z0-9._-]+(/[a-zA-Z0-9._-]+)*$

Minimum: 1

Maximum: 1024

Update requires: No interruption