AWS eventbridge documentation change
Summary
Updated encryption documentation to clarify customer managed key usage, restructured resource encryption details, and added links to related encryption guides
Security assessment
The changes enhance documentation about encryption capabilities (including customer managed keys) but do not indicate a security vulnerability fix. The updates provide clearer guidance on encryption scope for event buses, API destinations, and other resources.
Diff
diff --git a/eventbridge/latest/userguide/eb-data-protection.md b/eventbridge/latest/userguide/eb-data-protection.md index 3166a0112..6823af372 100644 --- a//eventbridge/latest/userguide/eb-data-protection.md +++ b//eventbridge/latest/userguide/eb-data-protection.md @@ -36,5 +36 @@ EventBridge provides both _encryption at rest_ and _encryption in transit_ to pr -EventBridge integrates with AWS Key Management Service (KMS) to encrypt stored data. By default, EventBridge uses an AWS owned key to encrypt data. You can also specify for EventBridge to use a customer managed key for the following instead. - - * Event buses: custom and partner events - - * EventBridge Pipes +EventBridge integrates with AWS Key Management Service (KMS) to encrypt stored data. By default, EventBridge uses an AWS owned key to encrypt data. You can also specify for EventBridge to use a customer managed key for specific features instead. @@ -54,0 +51,2 @@ EventBridge provides transparent server-side encryption by integrating with AWS +By default, EventBridge uses an AWS owned key to encrypt data. You can specify for EventBridge to use customer managed keys for specific resources instead. + @@ -59 +57 @@ The following table lists the artifacts that EventBridge encrypts at rest, by re -[API destinations](./eb-api-destinations.html) | Connection authorization parameters are stored in an AWS Secrets Manager secret. | Supported | Supported +[API destinations](./eb-api-destinations.html) | Connection authorization parameters are stored in an AWS Secrets Manager secret. | Supported | [Supported](./encryption-connections.html) @@ -62,4 +60,8 @@ The following table lists the artifacts that EventBridge encrypts at rest, by re -[Events from AWS services](./eb-events.html#eb-service-event) | Event data includes all fields contained in the `event-detail` element of the event. EventBridge does not encrypt event metadata. For more information on event metadata, see [AWS service event metadata](https://docs.aws.amazon.com/eventbridge/latest/ref/events-structure.html) in the _Events Reference_. | Supported | Not supported -[Events from custom](./eb-putevents.html) and [partner](./eb-saas.html) sources | Event data includes all fields contained in the `event-detail` element of the event. EventBridge does not encrypt event metadata. For more information on event metadata, see [AWS service event metadata](https://docs.aws.amazon.com/eventbridge/latest/ref/events-structure.html) in the _Events Reference_. | Supported | [Supported](./eb-encryption-event-bus-cmkey.html) -[Event patterns](./eb-event-patterns.html) (event buses) | | Supported | Not supported -[Input transformers](./eb-transform-target-input.html) (event buses) | | Supported | Not supported +[Event buses](./eb-event-bus.html) | Includes: + + * Events from [custom](./eb-putevents.html) and [partner](./eb-saas.html) sources Event data includes all fields contained in the `event-detail` element of the event. EventBridge does not encrypt event metadata. + * [Rule event patterns](./eb-event-patterns.html). + * Rule [target](./eb-targets.html) information, including input, input transformers, and configuration parameters. + * For [event bus logging](./eb-event-bus-logs.html), the `detail` and `error` sections of log records. + +| Supported | [Supported](./eb-encryption-event-bus-cmkey.html) @@ -74,2 +75,0 @@ Events flowing through a pipe are never stored at rest. | Supported | [Supported -By default, EventBridge uses an AWS owned key to encrypt data. You can specify for EventBridge to use customer managed keys for specific resources instead. -