AWS Security ChangesHomeSearch

AWS eventbridge documentation change

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

File: eventbridge/latest/ref/events-ref-opsworks-cm.md

Summary

Removed entire OpsWorks CM event documentation including CloudTrail integration details

Security assessment

Documentation removal without security context. OpsWorks CM relates to configuration management, but no evidence this change addresses security issues

Diff

diff --git a/eventbridge/latest/ref/events-ref-opsworks-cm.md b/eventbridge/latest/ref/events-ref-opsworks-cm.md
index f4d0abf2f..8b1378917 100644
--- a//eventbridge/latest/ref/events-ref-opsworks-cm.md
+++ b//eventbridge/latest/ref/events-ref-opsworks-cm.md
@@ -1 +0,0 @@
-[](/pdfs/eventbridge/latest/ref/ev-ref.pdf#events-ref-opsworks-cm "Open PDF")
@@ -3,63 +1,0 @@
-[Documentation](/index.html)[Amazon EventBridge](/eventbridge/index.html)[Events Reference](welcome.html)
-
-Events via CloudTrail
-
-# AWS OpsWorks CM events
-
-AWS OpsWorks CM sends service events to EventBridge via AWS CloudTrail.
-
-## AWS OpsWorks CM events delivered via AWS CloudTrail
-
-AWS CloudTrail sends events originating from AWS OpsWorks CM to EventBridge. AWS services deliver events to CloudTrail on a [best effort](./event-delivery-level.html) basis. For more information, see [AWS service events delivered via AWS CloudTrail](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event-cloudtrail.html) in the _Amazon EventBridge User Guide_.
-
-To match events from this service delivered by AWS CloudTrail, create an event pattern that matches against the following event attributes:
-
-  * `source`: aws.opsworks-cm
-
-  * `eventSource`: opsworks-cm.amazonaws.com
-
-
-
-    
-    
-    {
-      "source": ["aws.opsworks-cm"],
-      "detail-type": ["AWS API Call via CloudTrail"],
-      "detail": {
-        "eventSource": ["opsworks-cm.amazonaws.com"]
-      }
-    }
-
-To match against a specific API calls from this service, include an `eventName` attribute specifying an array of API calls to match:
-    
-    
-    {
-      "source": ["aws.opsworks-cm"],
-      "detail-type": ["AWS API Call via CloudTrail"],
-      "detail": {
-        "eventSource": ["opsworks-cm.amazonaws.com"],
-        "eventName": ["api-action-name"]
-      }
-    }
-
-![Warning](https://d1ge0kk1l5kms0.cloudfront.net/images/G/01/webservices/console/warning.png) **Javascript is disabled or is unavailable in your browser.**
-
-To use the Amazon Web Services Documentation, Javascript must be enabled. Please refer to your browser's Help pages for instructions.
-
-[Document Conventions](/general/latest/gr/docconventions.html)
-
-AWS OpsWorks
-
-Organizations
-
-Did this page help you? - Yes
-
-Thanks for letting us know we're doing a good job!
-
-If you've got a moment, please tell us what we did right so we can do more of it.
-
-Did this page help you? - No
-
-Thanks for letting us know this page needs work. We're sorry we let you down.
-
-If you've got a moment, please tell us how we can make the documentation better.