AWS controltower documentation change
Summary
Updated terminology from 'ELB' to 'Elastic Load Balancing' throughout the document for consistency and clarity. No functional changes to the control requirements.
Security assessment
Changes are purely terminological (expanding acronyms to full product names). The control CT.AUTOSCALING.PR.4's purpose remains unchanged: ensuring health checks are enabled for availability. No evidence of security vulnerability fixes or new security features.
Diff
diff --git a/controltower/latest/controlreference/ec2-auto-scaling-rules.md b/controltower/latest/controlreference/ec2-auto-scaling-rules.md index 967d79ac4..318241314 100644 --- a//controltower/latest/controlreference/ec2-auto-scaling-rules.md +++ b//controltower/latest/controlreference/ec2-auto-scaling-rules.md @@ -15 +15 @@ CT.AUTOSCALING.PR.1CT.AUTOSCALING.PR.2CT.AUTOSCALING.PR.4CT.AUTOSCALING.PR.5CT.A - * [CT.AUTOSCALING.PR.4] Require an Amazon EC2 Auto Scaling group associated with an AWS ELB (ELB) to have ELB health checks activated + * [CT.AUTOSCALING.PR.4] Require an Amazon EC2 Auto Scaling group associated with an AWS Elastic Load Balancing (ELB) to have ELB health checks activated @@ -521 +521 @@ FAIL Example - Use this template to verify that the control prevents non-complia -## [CT.AUTOSCALING.PR.4] Require an Amazon EC2 Auto Scaling group associated with an AWS ELB (ELB) to have ELB health checks activated +## [CT.AUTOSCALING.PR.4] Require an Amazon EC2 Auto Scaling group associated with an AWS Elastic Load Balancing (ELB) to have ELB health checks activated @@ -523 +523 @@ FAIL Example - Use this template to verify that the control prevents non-complia -This control checks whether your Amazon EC2 Auto Scaling groups that are associated with a load balancer are using ELB health checks. +This control checks whether your Amazon EC2 Auto Scaling groups that are associated with a load balancer are using Elastic Load Balancing health checks. @@ -549 +549 @@ This control checks whether your Amazon EC2 Auto Scaling groups that are associa -This configuration requirement ensures that the group can determine an instance's health based on additional tests provided by the load balancer. Using ELB health checks can help support the availability of applications that use EC2 Auto Scaling groups. +This configuration requirement ensures that the group can determine an instance's health based on additional tests provided by the load balancer. Using Elastic Load Balancing health checks can help support the availability of applications that use EC2 Auto Scaling groups. @@ -560 +560 @@ This configuration requirement ensures that the group can determine an instance' -Configure Amazon EC2 Auto Scaling groups associated with an ELB to use ELB health checks. +Configure Amazon EC2 Auto Scaling groups associated with an Elastic Load Balancing to use Elastic Load Balancing health checks. @@ -566 +566 @@ The examples that follow show how to implement this remediation. -Auto Scaling group with a Classic Load Balancer association and ELB health checks. The example is shown in JSON and in YAML. +Auto Scaling group with a Classic Load Balancer association and Elastic Load Balancing health checks. The example is shown in JSON and in YAML. @@ -626 +626 @@ The examples that follow show how to implement this remediation. -Auto Scaling group with a Target Group association and ELB health checks. The example is shown in JSON and in YAML. +Auto Scaling group with a Target Group association and Elastic Load Balancing health checks. The example is shown in JSON and in YAML. @@ -694 +694 @@ Auto Scaling group with a Target Group association and ELB health checks. The ex - ELB health checks. + Elastic Load Balancing health checks.