AWS Security ChangesHomeSearch

AWS eventbridge documentation change

Service: eventbridge · 2025-06-07 · Documentation low

File: eventbridge/latest/ref/events-ref-health.md

Summary

Added direct event delivery documentation and 'AWS Health Abuse Event' monitoring patterns

Security assessment

Documents new 'Abuse Event' monitoring capabilities which could help identify security-related incidents, but does not address a specific known vulnerability. The documentation improvement supports security monitoring practices.

Diff

diff --git a/eventbridge/latest/ref/events-ref-health.md b/eventbridge/latest/ref/events-ref-health.md
index c05df3d1d..ed18227d5 100644
--- a//eventbridge/latest/ref/events-ref-health.md
+++ b//eventbridge/latest/ref/events-ref-health.md
@@ -5 +5 @@
-Events via CloudTrail
+Service eventsEvents via CloudTrail
@@ -9 +9,36 @@ Events via CloudTrail
-AWS Health sends service events to EventBridge via AWS CloudTrail.
+AWS Health sends service events directly to EventBridge, as well as via AWS CloudTrail.
+
+## AWS Health service events
+
+AWS Health sends the following events directly to EventBridge: 
+
+  * AWS Health Event
+
+  * AWS Health Abuse Event
+
+
+
+
+_Delivery type_ : [ Durable ](./event-delivery-level.html)
+
+To match against all events from this service, create an event pattern that matches against the following event attribute:
+
+  * `source`: aws.health
+
+
+
+    
+    
+    {
+      "source": ["aws.health"]
+    }
+
+To match against specific events, include a `detail-type` attribute specifying an array of event names to match. For example:
+    
+    
+    {
+      "source": ["aws.health"],
+      "detail-type": ["AWS Health Event"]
+    }
+
+For more information, see [Creating event patterns](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html#eb-create-pattern) in the _Amazon EventBridge User Guide_.