AWS wellarchitected documentation change
Summary
Standardized terminology from 'Auto Scaling group' to 'Amazon EC2 Auto Scaling group' across scaling documentation
Security assessment
Changes are purely terminological updates for service naming consistency. No security implications or vulnerability fixes are introduced.
Diff
diff --git a/wellarchitected/2022-03-31/framework/sus_sus_user_a2.md b/wellarchitected/2022-03-31/framework/sus_sus_user_a2.md index b3c16e0bf..e0c0e6026 100644 --- a//wellarchitected/2022-03-31/framework/sus_sus_user_a2.md +++ b//wellarchitected/2022-03-31/framework/sus_sus_user_a2.md @@ -40 +40 @@ Auto-scaling mechanism | Where to use - * The metric value must increase or decrease proportionally to the number of instances in the Auto Scaling group. + * The metric value must increase or decrease proportionally to the number of instances in the Amazon EC2 Auto Scaling group. @@ -42 +42 @@ Auto-scaling mechanism | Where to use - * Use [dynamic scaling](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scale-based-on-demand.html) instead of [manual scaling](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-manual-scaling.html) for your Auto Scaling group. We also recommend that you use [target tracking scaling policies](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-target-tracking.html) in your dynamic scaling. + * Use [dynamic scaling](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scale-based-on-demand.html) instead of [manual scaling](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-manual-scaling.html) for your Amazon EC2 Auto Scaling group. We also recommend that you use [target tracking scaling policies](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-target-tracking.html) in your dynamic scaling. @@ -44 +44 @@ Auto-scaling mechanism | Where to use - * Verify that workload deployments can handle both scale-up and scale-down events. Create test scenarios for scale-down events to ensure that the workload behaves as expected. You can use [Activity history](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-verify-scaling-activity.html) to test and verify a scaling activity for an Auto Scaling group. + * Verify that workload deployments can handle both scale-up and scale-down events. Create test scenarios for scale-down events to ensure that the workload behaves as expected. You can use [Activity history](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-verify-scaling-activity.html) to test and verify a scaling activity for an Amazon EC2 Auto Scaling group.