AWS Security ChangesHomeSearch

AWS wellarchitected documentation change

Service: wellarchitected · 2025-11-22 · Documentation low

File: wellarchitected/2023-04-10/framework/perf_select_compute_elasticity.md

Summary

Updated references from generic 'Auto Scaling groups' to 'Amazon EC2 Auto Scaling groups' for product specificity

Security assessment

The changes clarify product naming conventions but do not mention security vulnerabilities, mitigations, or security features. This improves documentation accuracy without security implications.

Diff

diff --git a/wellarchitected/2023-04-10/framework/perf_select_compute_elasticity.md b/wellarchitected/2023-04-10/framework/perf_select_compute_elasticity.md
index 55129b9d9..0c9040b01 100644
--- a//wellarchitected/2023-04-10/framework/perf_select_compute_elasticity.md
+++ b//wellarchitected/2023-04-10/framework/perf_select_compute_elasticity.md
@@ -32 +32 @@ The cloud provides the flexibility to expand and reduce your resources dynamical
-Metric based automation should be used to take advantage of elasticity with the goal that the supply of resources you have matches the demand of the resources your workload requires. For example, you can use [Amazon CloudWatch metrics to monitor your resources](https://aws.amazon.com/startups/start-building/how-to-monitor-resources/), or use Amazon CloudWatch metrics for your Auto Scaling groups.
+Metric based automation should be used to take advantage of elasticity with the goal that the supply of resources you have matches the demand of the resources your workload requires. For example, you can use [Amazon CloudWatch metrics to monitor your resources](https://aws.amazon.com/startups/start-building/how-to-monitor-resources/), or use Amazon CloudWatch metrics for your Amazon EC2 Auto Scaling groups.
@@ -72 +72 @@ Create test scenarios for scaling events to verify that the workload behaves as
-  * For [Amazon Elastic Compute Cloud (Amazon EC2)](https://aws.amazon.com/ec2/), consider using [Auto Scaling groups](https://docs.aws.amazon.com/autoscaling/ec2/userguide/auto-scaling-groups.html), which allow you to optimize performance and cost by automatically increasing the number of compute instances during demand spikes and decreasing capacity when demand decreases. 
+  * For [Amazon Elastic Compute Cloud (Amazon EC2)](https://aws.amazon.com/ec2/), consider using [Amazon EC2 Auto Scaling groups](https://docs.aws.amazon.com/autoscaling/ec2/userguide/auto-scaling-groups.html), which allow you to optimize performance and cost by automatically increasing the number of compute instances during demand spikes and decreasing capacity when demand decreases.