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