AWS Security ChangesHomeSearch

AWS sagemaker documentation change

Service: sagemaker · 2026-06-04 · Documentation low

File: sagemaker/latest/dg/onboard-quick-start.md

Summary

Added details about default storage configurations for quick setup domains, including EFS settings and space storage limits. Updated RStudio requirements to clarify EFS dependency.

Security assessment

Changes relate to storage configuration defaults and feature requirements (RStudio). No security vulnerabilities, fixes, or security-specific features are mentioned.

Diff

diff --git a/sagemaker/latest/dg/onboard-quick-start.md b/sagemaker/latest/dg/onboard-quick-start.md
index 8560d94ee..8fb1ed837 100644
--- a//sagemaker/latest/dg/onboard-quick-start.md
+++ b//sagemaker/latest/dg/onboard-quick-start.md
@@ -59,0 +60,8 @@ When you onboard to Amazon SageMaker AI domain using the **Set up for single use
+  * Storage configurations: SageMaker AI configures the domain with the following default storage settings.
+
+    * `HomeEfsCreation`: Disabled. An Amazon EFS volume is not created by default during quick setup. You can enable EFS creation later through Domain Settings. To enable EFS after domain creation, see [Amazon EFS creation and auto-mounting in Studio](./studio-updated-automount.html).
+
+    * `AutoMountHomeEFS`: Disabled. This setting becomes active only after EFS creation is enabled at the domain level.
+
+    * Space EBS storage: Default space size is 5 GB, maximum space size is 100 GB (applies to both private and shared spaces).
+
@@ -90 +98 @@ For example, choose **Studio** from the left navigation pane and choose **Open S
-RStudio support is not currently available when onboarding using the **Set up for single users** ([Use quick setup for Amazon SageMaker AI](./onboard-quick-start.html)) option. To use RStudio, you must onboard using the **Set up for organizations** ([Use custom setup for Amazon SageMaker AI](./onboard-custom.html)) option. For more information, see [Use custom setup for Amazon SageMaker AI](./onboard-custom.html).
+RStudio requires Amazon EFS to be enabled on your domain. When using quick setup, EFS is not created by default and RStudio will not appear in the Applications section. To use RStudio with a quick setup domain, enable EFS creation through Domain Settings. Alternatively, you can onboard using the **Set up for organizations** ([Use custom setup for Amazon SageMaker AI](./onboard-custom.html)) option and EFS creation is enabled by default during the Configure storage step.