AWS Security ChangesHomeSearch

AWS databrew documentation change

Service: databrew · 2025-10-25 · Documentation low

File: databrew/latest/dg/supported-data-connection-sources.md

Summary

Removed AWS Glue cross-account policy example

Security assessment

Policy example removal without evidence of security remediation.

Diff

diff --git a/databrew/latest/dg/supported-data-connection-sources.md b/databrew/latest/dg/supported-data-connection-sources.md
index ba16f8a88..68a8e9c18 100644
--- a//databrew/latest/dg/supported-data-connection-sources.md
+++ b//databrew/latest/dg/supported-data-connection-sources.md
@@ -41,15 +40,0 @@ DataBrew can also access AWS Glue Data Catalog S3 tables from other accounts if
-        {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Effect" : "Allow",
-                "Principal" : {
-                    "AWS" : "*$ACCOUNT_TO*"
-                },
-                "Action" : "glue:*",
-                "Resource" : "arn:aws:glue:*us-east-1*:*$ACCOUNT_FROM*:*"
-            }
-        ]
-    }
-    
-