AWS Security ChangesHomeSearch

AWS sagemaker documentation change

Service: sagemaker · 2025-04-18 · Documentation low

File: sagemaker/latest/dg/studio-updated-byoi-how-to-detach-from-domain.md

Summary

Updated terminology from 'SageMaker AI image' to 'custom image' for consistency, corrected variable name example, and adjusted section title

Security assessment

Changes involve terminology standardization and documentation clarity improvements without addressing security vulnerabilities or introducing security features

Diff

diff --git a/sagemaker/latest/dg/studio-updated-byoi-how-to-detach-from-domain.md b/sagemaker/latest/dg/studio-updated-byoi-how-to-detach-from-domain.md
index 5de24dbe7..41025c74a 100644
--- a//sagemaker/latest/dg/studio-updated-byoi-how-to-detach-from-domain.md
+++ b//sagemaker/latest/dg/studio-updated-byoi-how-to-detach-from-domain.md
@@ -11 +11 @@ The following page provides instructions on how to detach your custom images and
-You must first detach your SageMaker AI image from your domain before deleting the SageMaker AI image. If not, you may experience errors while viewing your domain information or attaching new custom images to your domain. 
+You must first detach your custom image from your domain before deleting the image from the SageMaker AI image store. If not, you may experience errors while viewing your domain information or attaching new custom images to your domain. 
@@ -21 +21 @@ The following provides instructions on how to detach your custom images from Sag
-  2. Expand the **Admin configurations** section, if not already done so.
+  2. Expand the **Admin configurations** section.
@@ -38 +38 @@ The following provides instructions on how to detach your custom images from Sag
-###### Delete your SageMaker AI image
+###### Delete your custom image
@@ -83 +83 @@ The following section shows an example on how to detach your custom images using
-    SAGEMAKER_IMAGE_NAME=sageamaker-image-name
+    SAGEMAKER_IMAGE_NAME=custom-image-name
@@ -92 +92 @@ The following section shows an example on how to detach your custom images using
-     * ``sageamaker-image-name`` is the SageMaker AI image name. Use the following AWS CLI command to list the images in your AWS Region.
+     * ``custom-image-name`` is the custom image name. Use the following AWS CLI command to list the images in your AWS Region.
@@ -165 +165 @@ Before you can update the custom images, you must delete all of the **applicatio
-  7. Delete the SageMaker AI image. This also deletes all SageMaker AI image versions. This does not delete the Amazon ECR container image and image versions. To do so, use the optional steps below.
+  7. Delete the custom image. This also deletes all of the image versions. This does not delete the Amazon ECR container image and image versions. To do so, use the optional steps below.
@@ -203 +203 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Launch a custom SageMaker AI image
+View your custom image details