AWS::SageMaker::Cluster ClusterInstanceStorageConfig
Defines the configuration for attaching additional storage to the instances in the SageMaker HyperPod cluster instance group. To learn more, see SageMaker HyperPod release notes: June 20, 2024.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "EbsVolumeConfig" :
ClusterEbsVolumeConfig
}
Properties
EbsVolumeConfig
-
Defines the configuration for attaching additional Amazon Elastic Block Store (EBS) volumes 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: ClusterEbsVolumeConfig
Update requires: No interruption