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 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 Amazon CloudFormation template, use the following syntax:
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:
16Maximum:
275Update 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:
1Maximum:
8Update 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:
1Maximum:
1024Update requires: No interruption