AWS Security ChangesHomeSearch

AWS efs documentation change

Service: efs · 2025-08-28 · Documentation low

File: efs/latest/ug/create-file-system-policy.md

Summary

Removed JSON policy example for file system client mount permissions

Security assessment

Policy example removal without security implications. No evidence of security-related changes.

Diff

diff --git a/efs/latest/ug/create-file-system-policy.md b/efs/latest/ug/create-file-system-policy.md
index 2d1900b3a..0c85b081b 100644
--- a//efs/latest/ug/create-file-system-policy.md
+++ b//efs/latest/ug/create-file-system-policy.md
@@ -62,22 +61,0 @@ In the following example, the [put-file-system-policy](https://docs.aws.amazon.c
-    
-    {
-        "FileSystemId": "fs-01234567",
-        "Policy": "{
-        "Version" : "2012-10-17",
-        "Id" : "1",
-        "Statement" : [
-            {
-               "Sid" : "efs-statement-7c8d8687-1c94-4fdc-98b7-555555555555",
-               "Effect" : "Allow",
-               "Principal" : {
-                  "AWS" : "arn:aws:iam::111122223333:root"
-               },
-               "Action" : [ 
-                  "elasticfilesystem:ClientMount" 
-               ],
-               "Resource" : "arn:aws:elasticfilesystem:us-east-2:555555555555:file-system/fs-01234567"
-               } 
-            ]
-        }
-    }
-