AWS eventbridge documentation change
Summary
Removed entire AWS OpsWorks event documentation including service events, CloudTrail integration details, and event pattern examples
Security assessment
Change removes operational documentation about event monitoring patterns but contains no evidence of addressing security vulnerabilities. Loss of event monitoring guidance could indirectly impact security visibility, but no specific security fixes are mentioned.
Diff
diff --git a/eventbridge/latest/ref/events-ref-opsworks.md b/eventbridge/latest/ref/events-ref-opsworks.md index ee821d33f..8b1378917 100644 --- a//eventbridge/latest/ref/events-ref-opsworks.md +++ b//eventbridge/latest/ref/events-ref-opsworks.md @@ -1 +0,0 @@ -[](/pdfs/eventbridge/latest/ref/ev-ref.pdf#events-ref-opsworks "Open PDF") @@ -3,102 +1,0 @@ -[Documentation](/index.html)[Amazon EventBridge](/eventbridge/index.html)[Events Reference](welcome.html) - -Service eventsEvents via CloudTrail - -# AWS OpsWorks events - -AWS OpsWorks sends service events directly to EventBridge, as well as via AWS CloudTrail. - -## AWS OpsWorks service events - -AWS OpsWorks sends the following events directly to EventBridge: - - * OpsWorks Instance State Change - - * OpsWorks Deployment State Change - - * OpsWorks Command State Change - - * OpsWorks Alert - - - - -_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.opsworks - - - - - - { - "source": ["aws.opsworks"] - } - -To match against specific events, include a `detail-type` attribute specifying an array of event names to match. For example: - - - { - "source": ["aws.opsworks"], - "detail-type": ["OpsWorks Instance State Change"] - } - -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_. - -## AWS OpsWorks events delivered via AWS CloudTrail - -AWS CloudTrail sends events originating from AWS OpsWorks 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 - - * `eventSource`: opsworks.amazonaws.com - - - - - - { - "source": ["aws.opsworks"], - "detail-type": ["AWS API Call via CloudTrail"], - "detail": { - "eventSource": ["opsworks.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"], - "detail-type": ["AWS API Call via CloudTrail"], - "detail": { - "eventSource": ["opsworks.amazonaws.com"], - "eventName": ["api-action-name"] - } - } - - **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) - -OpenSearch Service - -AWS OpsWorks CM - -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.