AWS wellarchitected documentation change
Summary
Clarified Auto Scaling service reference to 'Amazon EC2 Auto Scaling actions'
Security assessment
The change adds specificity by using the full service name ('Amazon EC2 Auto Scaling') rather than generic 'Auto Scaling'. This improves documentation accuracy but does not introduce or modify security-related content.
Diff
diff --git a/wellarchitected/2024-06-27/framework/rel_monitor_aws_resources_notification_monitor.md b/wellarchitected/2024-06-27/framework/rel_monitor_aws_resources_notification_monitor.md index 6b3adc531..c817815f7 100644 --- a//wellarchitected/2024-06-27/framework/rel_monitor_aws_resources_notification_monitor.md +++ b//wellarchitected/2024-06-27/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.