AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2025-05-16 · Documentation low

File: AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-usersettings.md

Summary

Added AutoMountHomeEFS property to control EFS auto-mounting behavior for user profiles

Security assessment

This mirrors the domain settings change and adds configuration control without explicit security context. The documentation explains feature behavior rather than security mitigations.

Diff

diff --git a/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-usersettings.md b/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-usersettings.md
index 73db66253..9657ce827 100644
--- a//AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-usersettings.md
+++ b//AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-usersettings.md
@@ -18,0 +19 @@ To declare this entity in your AWS CloudFormation template, use the following sy
+      "AutoMountHomeEFS" : String,
@@ -38,0 +40 @@ To declare this entity in your AWS CloudFormation template, use the following sy
+      AutoMountHomeEFS: String
@@ -67,0 +70,15 @@ To declare this entity in your AWS CloudFormation template, use the following sy
+`AutoMountHomeEFS`
+    
+
+Indicates whether auto-mounting of an EFS volume is supported for the user profile. The `DefaultAsDomain` value is only supported for user profiles. Do not use the `DefaultAsDomain` value when setting this parameter for a domain.
+
+SageMaker applies this setting only to private spaces that the user creates in the domain. SageMaker doesn't apply this setting to shared spaces.
+
+_Required_ : No
+
+ _Type_ : String
+
+ _Allowed values_ : `Enabled | Disabled | DefaultAsDomain`
+
+ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
+