AWS Security ChangesHomeSearch

AWS prescriptive-guidance documentation change

Service: prescriptive-guidance · 2025-12-25 · Documentation low

File: prescriptive-guidance/latest/amazon-rds-monitoring-alerting/eventbridge-rules.md

Summary

Removed 'Incident Manager response plans' from the list of valid EventBridge targets.

Security assessment

This is a documentation correction narrowing the list of supported targets. There's no evidence of security implications, vulnerabilities, or new security features in the change. The removal of Incident Manager reference appears to be a content accuracy update.

Diff

diff --git a/prescriptive-guidance/latest/amazon-rds-monitoring-alerting/eventbridge-rules.md b/prescriptive-guidance/latest/amazon-rds-monitoring-alerting/eventbridge-rules.md
index d5e163084..26389192d 100644
--- a//prescriptive-guidance/latest/amazon-rds-monitoring-alerting/eventbridge-rules.md
+++ b//prescriptive-guidance/latest/amazon-rds-monitoring-alerting/eventbridge-rules.md
@@ -23 +23 @@ The rule that detects `The DB instance has been stopped` event has the Amazon RD
-This rule monitors the DB instance `database-3` only, and watches for the `RDS-EVENT-0087` event. When EventBridge detects the event, it sends the event to a resource or endpoint, known as a [target](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-targets.html). This is where you can specify the action you want to take if the Amazon RDS instance shuts down. You can send the event to many possible targets, including an SNS topic, an Amazon Simple Queue Service (Amazon SQS) queue, an AWS Lambda function, AWS Systems Manager Automation, an AWS Batch job, Amazon API Gateway, a response plan in Incident Manager, a capability of AWS Systems Manager, and many others. For example, you might create an SNS topic that will send a notification email and SMS, and assign that SNS topic as the target of the EventBridge rule. If the Amazon RDS DB instance `database-3` has been stopped, Amazon RDS delivers the event `RDS-EVENT-0087` to EventBridge, where it gets detected. EventBridge then calls the target, which is the SNS topic. The SNS topic is configured to send an email (as shown in the following illustration) and an SMS.
+This rule monitors the DB instance `database-3` only, and watches for the `RDS-EVENT-0087` event. When EventBridge detects the event, it sends the event to a resource or endpoint, known as a [target](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-targets.html). This is where you can specify the action you want to take if the Amazon RDS instance shuts down. You can send the event to many possible targets, including an SNS topic, an Amazon Simple Queue Service (Amazon SQS) queue, an AWS Lambda function, AWS Systems Manager Automation, an AWS Batch job, Amazon API Gateway, and many others. For example, you might create an SNS topic that will send a notification email and SMS, and assign that SNS topic as the target of the EventBridge rule. If the Amazon RDS DB instance `database-3` has been stopped, Amazon RDS delivers the event `RDS-EVENT-0087` to EventBridge, where it gets detected. EventBridge then calls the target, which is the SNS topic. The SNS topic is configured to send an email (as shown in the following illustration) and an SMS.