AWS wellarchitected documentation change
Summary
Updated documentation to clarify that composite alarms cannot perform Amazon EC2 Auto Scaling actions (previously stated 'Auto Scaling' without EC2 qualifier)
Security assessment
The change improves service name accuracy but contains no security-related content. It clarifies which Auto Scaling service is referenced (Amazon EC2 Auto Scaling) but does not address vulnerabilities, security controls, or incident response procedures.
Diff
diff --git a/wellarchitected/latest/framework/rel_monitor_aws_resources_notification_monitor.md b/wellarchitected/latest/framework/rel_monitor_aws_resources_notification_monitor.md index 224a3bc4f..842b234c6 100644 --- a//wellarchitected/latest/framework/rel_monitor_aws_resources_notification_monitor.md +++ b//wellarchitected/latest/framework/rel_monitor_aws_resources_notification_monitor.md @@ -64 +64 @@ Messages are unstructured and can be in any format. Amazon SNS supports forwardi - 2. A composite alarm consists of a rule expression that considers the alarm conditions of other alarms you've created. The composite alarm only enters alarm state if all rule conditions are met. The alarms specified in the rule expression of a composite alarm can include metric alarms and additional composite alarms. Composite alarms can send Amazon SNS notifications when their state changes and can create Systems Manager [OpsItems](https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-create-OpsItems-from-CloudWatch-Alarms.html) or [incidents](https://docs.aws.amazon.com/incident-manager/latest/userguide/incident-creation.html) when they enter the alarm state, but they cannot perform Amazon EC2 or Auto Scaling actions. + 2. A composite alarm consists of a rule expression that considers the alarm conditions of other alarms you've created. The composite alarm only enters alarm state if all rule conditions are met. The alarms specified in the rule expression of a composite alarm can include metric alarms and additional composite alarms. Composite alarms can send Amazon SNS notifications when their state changes and can create Systems Manager [OpsItems](https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-create-OpsItems-from-CloudWatch-Alarms.html) or [incidents](https://docs.aws.amazon.com/incident-manager/latest/userguide/incident-creation.html) when they enter the alarm state, but they cannot perform Amazon EC2 or Amazon EC2 Auto Scaling actions.