AWS wellarchitected documentation change
Summary
Updated 'Auto Scaling' to 'Amazon EC2 Auto Scaling' for service name specificity
Security assessment
Change clarifies service naming conventions without altering security functionality. Composite alarm limitations remain unchanged, and no security vulnerabilities or features are introduced.
Diff
diff --git a/wellarchitected/2023-10-03/framework/rel_monitor_aws_resources_notification_monitor.md b/wellarchitected/2023-10-03/framework/rel_monitor_aws_resources_notification_monitor.md index 7e2eca855..9989537d2 100644 --- a//wellarchitected/2023-10-03/framework/rel_monitor_aws_resources_notification_monitor.md +++ b//wellarchitected/2023-10-03/framework/rel_monitor_aws_resources_notification_monitor.md @@ -62 +62 @@ 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.