AWS Security ChangesHomeSearch

AWS eventbridge documentation change

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

File: eventbridge/latest/userguide/eb-event-bus-logs.md

Summary

Removed IAM policy example for enabling EventBridge log delivery

Security assessment

Policy removal appears to be documentation cleanup without security implications, as there's no evidence of insecure configurations being addressed.

Diff

diff --git a/eventbridge/latest/userguide/eb-event-bus-logs.md b/eventbridge/latest/userguide/eb-event-bus-logs.md
index ad8f0669a..5489a2148 100644
--- a//eventbridge/latest/userguide/eb-event-bus-logs.md
+++ b//eventbridge/latest/userguide/eb-event-bus-logs.md
@@ -99,22 +98,0 @@ To enable logging from an event bus, you must grant permissions for EventBridge
-JSON
-    
-
-****
-    
-    
-    
-    {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Sid": "ServiceLevelAccessForLogDelivery",
-                "Effect": "Allow",
-                "Action": [
-                    "events:AllowVendedLogDeliveryForResource"
-                ],
-                "Resource": "arn:aws:events:region:account:event-bus/bus-name*"
-            }
-        ]
-    }
-    
-