AWS Security ChangesHomeSearch

AWS lake-formation documentation change

Service: lake-formation · 2025-08-28 · Documentation low

File: lake-formation/latest/dg/register-cross-encrypted.md

Summary

Removed S3 bucket policy JSON example for cross-account access

Security assessment

Policy example removal is documentation maintenance. No security issue or feature addition identified.

Diff

diff --git a/lake-formation/latest/dg/register-cross-encrypted.md b/lake-formation/latest/dg/register-cross-encrypted.md
index ad0a1ef43..91074cf85 100644
--- a//lake-formation/latest/dg/register-cross-encrypted.md
+++ b//lake-formation/latest/dg/register-cross-encrypted.md
@@ -81,33 +80,0 @@ JSON
-JSON
-    
-
-****
-    
-    
-        {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Effect":"Allow",
-                "Principal": {
-                    "AWS":"arn:aws:iam::111122223333>:role/<role-name>"
-                },
-                "Action":"s3:ListBucket",
-                "Resource":"arn:aws:s3:::<bucket-name>"
-            },
-            {
-                "Effect":"Allow",
-                "Principal": {
-                    "AWS":"arn:aws:iam::111122223333>:role/<role-name>"
-                },
-                "Action": [
-                    "s3:DeleteObject",
-                    "s3:GetObject",
-                    "s3:PutObject"
-                ],
-                "Resource":"arn:aws:s3:::<bucket-name>/*"
-            }
-        ]
-    }
-    
-