Skip to content

Commit 58dc147

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Customer managed keys now available for volume encryption of SageMaker HyperPod clusters.
1 parent 9f65331 commit 58dc147

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "Customer managed keys now available for volume encryption of SageMaker HyperPod clusters."
6+
}

services/sagemaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8327,6 +8327,15 @@
83278327
"VolumeSizeInGB":{
83288328
"shape":"ClusterEbsVolumeSizeInGB",
83298329
"documentation":"<p>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 <code>/opt/sagemaker</code>.</p>"
8330+
},
8331+
"VolumeKmsKeyId":{
8332+
"shape":"KmsKeyId",
8333+
"documentation":"<p>The ID of a KMS key to encrypt the Amazon EBS volume.</p>"
8334+
},
8335+
"RootVolume":{
8336+
"shape":"Boolean",
8337+
"documentation":"<p>Specifies whether the configuration is for the cluster's root or secondary Amazon EBS volume. You can specify two <code>ClusterEbsVolumeConfig</code> fields to configure both the root and secondary volumes. Set the value to <code>True</code> if you'd like to provide your own customer managed Amazon Web Services KMS key to encrypt the root volume. When <code>True</code>:</p> <ul> <li> <p>The configuration is applied to the root volume.</p> </li> <li> <p>You can't specify the <code>VolumeSizeInGB</code> field. The size of the root volume is determined for you.</p> </li> <li> <p>You must specify a KMS key ID for <code>VolumeKmsKeyId</code> to encrypt the root volume with your own KMS key instead of an Amazon Web Services owned KMS key.</p> </li> </ul> <p>Otherwise, by default, the value is <code>False</code>, and the following applies:</p> <ul> <li> <p>The configuration is applied to the secondary volume, while the root volume is encrypted with an Amazon Web Services owned key.</p> </li> <li> <p>You must specify the <code>VolumeSizeInGB</code> field.</p> </li> <li> <p>You can optionally specify the <code>VolumeKmsKeyId</code> to encrypt the secondary volume with your own KMS key instead of an Amazon Web Services owned KMS key.</p> </li> </ul>",
8338+
"box":true
83308339
}
83318340
},
83328341
"documentation":"<p>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 <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-release-notes.html#sagemaker-hyperpod-release-notes-20240620\">SageMaker HyperPod release notes: June 20, 2024</a>.</p>"
@@ -8674,6 +8683,7 @@
86748683
"ml.p4d.24xlarge",
86758684
"ml.p4de.24xlarge",
86768685
"ml.p5.48xlarge",
8686+
"ml.p6e-gb200.36xlarge",
86778687
"ml.trn1.32xlarge",
86788688
"ml.trn1n.32xlarge",
86798689
"ml.g5.xlarge",

0 commit comments

Comments
 (0)