AWS Security ChangesHomeSearch

AWS sagemaker documentation change

Service: sagemaker · 2025-11-25 · Documentation low

File: sagemaker/latest/dg/sagemaker-hyperpod-model-deployment-deploy-js-kubectl.md

Summary

Added documentation for GPU partitioning with MIG support including configuration examples

Security assessment

Change describes feature functionality (GPU resource allocation) without any security context or vulnerability references

Diff

diff --git a/sagemaker/latest/dg/sagemaker-hyperpod-model-deployment-deploy-js-kubectl.md b/sagemaker/latest/dg/sagemaker-hyperpod-model-deployment-deploy-js-kubectl.md
index 4fe59d275..37e272cb4 100644
--- a//sagemaker/latest/dg/sagemaker-hyperpod-model-deployment-deploy-js-kubectl.md
+++ b//sagemaker/latest/dg/sagemaker-hyperpod-model-deployment-deploy-js-kubectl.md
@@ -71,0 +72,4 @@ Check with your cluster admin to ensure permissions are granted for this role or
+###### Note
+
+If your cluster uses GPU partitioning with MIG, you can request specific MIG profiles by adding the `acceleratorPartitionType` field to the server specification. For more information, see [Task Submission with MIG](./sagemaker-hyperpod-eks-gpu-partitioning-task-submission.html).
+    
@@ -87,0 +92,2 @@ Check with your cluster admin to ensure permissions are granted for this role or
+        # Optional: Specify GPU partition profile for MIG-enabled instances
+        # acceleratorPartitionType: "1g.10gb"