AWS sagemaker documentation change
Summary
Updated documentation to clarify custom image attachment process, split into 'New image' and 'Existing image' options. Added detailed steps for attaching existing images and improved terminology consistency.
Security assessment
Changes focus on workflow clarification and user guidance for image management. No references to security vulnerabilities, access controls, or encryption. BYOI process documentation is operational rather than security-focused.
Diff
diff --git a/sagemaker/latest/dg/studio-updated-byoi-how-to-attach-to-domain.md b/sagemaker/latest/dg/studio-updated-byoi-how-to-attach-to-domain.md index 3ca4d4cbc..1cabcb683 100644 --- a//sagemaker/latest/dg/studio-updated-byoi-how-to-attach-to-domain.md +++ b//sagemaker/latest/dg/studio-updated-byoi-how-to-attach-to-domain.md @@ -7 +7 @@ -This page provides instructions on how to attach your Amazon Elastic Container Registry (Amazon ECR) image to your domain. Use the following procedure to use the Amazon SageMaker AI console to navigate to your domain and start the **Attach image** process. This will create a SageMaker AI image and image version, and then attach it to your domain. +This page provides instructions on how to attach your custom image to your domain. Use the following procedure to use the Amazon SageMaker AI console to navigate to your domain and start the **Attach image** process. @@ -10,0 +11,16 @@ The following instructions assume that you have pushed an image to a Amazon ECR +When you choose to attach an image, you will have two options: + + * Attach a **New image** : This option will create an image and image version in your SageMaker AI image store and then attach it to your domain. + +###### Note + +If you are continuing the BYOI process, from [Create a custom image and push to Amazon ECR](./studio-updated-byoi-how-to-prepare-image.html), use the **New image** option. + + * Attach an **Existing image** : If you have already created your intended custom image in the SageMaker AI image store, use this option. This option attaches an existing custom image to your domain. To view your custom images in the SageMaker AI image store, see [View custom image details (console)](./studio-updated-byoi-view-images.html#studio-updated-byoi-view-images-console). + + + + +New image + + @@ -19 +35 @@ The following instructions assume that you have pushed an image to a Amazon ECR - 4. From the list of **domains** , select the domain you want to attach the SageMaker AI image to. + 4. From the list of **domains** , select the domain you want to attach the image to. @@ -43 +58,0 @@ During the instructions, the Amazon EFS mount path must be `/home/sagemaker-user - 10. Once the image has been successfully attached to your domain, you will be able to view it in the **Environment** tab. @@ -46,0 +62,31 @@ During the instructions, the Amazon EFS mount path must be `/home/sagemaker-user +Once the image has been successfully attached to your domain, you will be able to view it in the **Environment** tab. + +Existing image + + +###### To attach an existing image to your domain + + 1. Open the [SageMaker AI console](https://console.aws.amazon.com/sagemaker). + + 2. Expand the **Admin configurations** section, if not already done so. + + 3. Under **Admin configurations** , choose **Domains**. + + 4. From the list of **domains** , select the domain you want to attach the image to. + + 5. Open the **Environment** tab. + + 6. In the **Custom images for personal Studio apps** section, choose **Attach image**. + + 7. For the **Image source** , choose **Existing image**. + + 8. Choose an existing image and image version from the SageMaker AI image store. + +If you are unable to view your image version, you may need to create an image version. For more information, see [View custom image details (console)](./studio-updated-byoi-view-images.html#studio-updated-byoi-view-images-console). + + 9. Verify your configurations and then choose **Next**. + + + + +Once the image has been successfully attached to your domain, you will be able to view it in the **Environment** tab. @@ -48 +94 @@ During the instructions, the Amazon EFS mount path must be `/home/sagemaker-user -Once your SageMaker AI image has been successfully attached to your domain, the domain users can choose the image for their application or space. For more information, see [Launch a custom SageMaker AI image](./studio-updated-byoi-how-to-launch.html). +Once your image has been successfully attached to your domain, the domain users can choose the image for their application. For more information, see [Launch a custom image in Studio](./studio-updated-byoi-how-to-launch.html). @@ -58 +104 @@ Create a custom image and push to Amazon ECR -Launch a custom SageMaker AI image +Launch a custom image in Studio