AWS::SageMaker::Cluster ClusterEbsVolumeConfig - 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).

AWS::SageMaker::Cluster ClusterEbsVolumeConfig

Defines the configuration for attaching an additional Amazon Elastic Block Store (EBS) volume to each instance of the SageMaker HyperPod cluster instance group. To learn more, see SageMaker HyperPod release notes: June 20, 2024.

Syntax

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

JSON

{ "VolumeSizeInGB" : Integer }

YAML

VolumeSizeInGB: Integer

Properties

VolumeSizeInGB

The size in gigabytes (GB) of the additional EBS volume to be attached to the instances in the SageMaker HyperPod cluster instance group. The additional EBS volume is attached to each instance within the SageMaker HyperPod cluster instance group and mounted to /opt/sagemaker.

Required: No

Type: Integer

Minimum: 1

Maximum: 16384

Update requires: No interruption