AWS::SageMaker::Cluster ClusterFsxOpenZfsConfig - 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 ClusterFsxOpenZfsConfig

Defines the configuration for attaching an Amazon FSx for OpenZFS 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:

JSON

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

YAML

DnsName: String MountPath: String

Properties

DnsName

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

Required: Yes

Type: String

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

Minimum: 16

Maximum: 275

Update requires: No interruption

MountPath

The local path where the Amazon FSx for OpenZFS 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