AWS Security ChangesHomeSearch

AWS autoscaling documentation change

Service: autoscaling · 2026-01-25 · Documentation low

File: autoscaling/ec2/userguide/examples-elastic-load-balancing-aws-cli.md

Summary

Replaced all 'ELB' references with 'Elastic Load Balancing' in CLI examples and section headers

Security assessment

Branding terminology update throughout the document. CLI commands and security-related operations (like health checks) remain functionally identical.

Diff

diff --git a/autoscaling/ec2/userguide/examples-elastic-load-balancing-aws-cli.md b/autoscaling/ec2/userguide/examples-elastic-load-balancing-aws-cli.md
index fbfe2ff71..2e38acc42 100644
--- a//autoscaling/ec2/userguide/examples-elastic-load-balancing-aws-cli.md
+++ b//autoscaling/ec2/userguide/examples-elastic-load-balancing-aws-cli.md
@@ -5 +5 @@
-Attach your target group or Classic Load BalancerDescribe your target groups or Classic Load BalancersAdd ELB health checksChange your Availability ZonesDetach your target group or Classic Load BalancerRemove ELB health checksLegacy commands
+Attach your target group or Classic Load BalancerDescribe your target groups or Classic Load BalancersAdd Elastic Load Balancing health checksChange your Availability ZonesDetach your target group or Classic Load BalancerRemove Elastic Load Balancing health checksLegacy commands
@@ -7 +7 @@ Attach your target group or Classic Load BalancerDescribe your target groups or
-# Examples for working with ELB using the AWS CLI
+# Examples for working with Elastic Load Balancing using the AWS CLI
@@ -9 +9 @@ Attach your target group or Classic Load BalancerDescribe your target groups or
-Use the AWS Command Line Interface (AWS CLI) to attach, detach, and describe load balancers and target groups, add and remove ELB health checks, and change which Availability Zones are enabled.
+Use the AWS Command Line Interface (AWS CLI) to attach, detach, and describe load balancers and target groups, add and remove Elastic Load Balancing health checks, and change which Availability Zones are enabled.
@@ -23 +23 @@ For additional command examples, see [`aws elbv2`](https://awscli.amazonaws.com/
-  * Add ELB health checks
+  * Add Elastic Load Balancing health checks
@@ -29 +29 @@ For additional command examples, see [`aws elbv2`](https://awscli.amazonaws.com/
-  * Remove ELB health checks
+  * Remove Elastic Load Balancing health checks
@@ -69 +69 @@ To describe the load balancers or target groups attached to your Auto Scaling gr
-The example returns the ARN of the ELB target groups that you attached to the Auto Scaling group.
+The example returns the ARN of the Elastic Load Balancing target groups that you attached to the Auto Scaling group.
@@ -89 +89 @@ For an explanation of the `State` field in the output, see [Verify the attachmen
-## Add ELB health checks
+## Add Elastic Load Balancing health checks
@@ -91 +91 @@ For an explanation of the `State` field in the output, see [Verify the attachmen
-To add ELB health checks to the health checks that your Auto Scaling group performs on instances, use the following [update-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/update-auto-scaling-group.html) command and specify ``ELB`` as the value for the `--health-check-type` option. Replace ``my-asg`` with the name of your group.
+To add Elastic Load Balancing health checks to the health checks that your Auto Scaling group performs on instances, use the following [update-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/update-auto-scaling-group.html) command and specify ``ELB`` as the value for the `--health-check-type` option. Replace ``my-asg`` with the name of your group.
@@ -172 +172 @@ To detach a Classic Load Balancer from your group, specify the `--traffic-source
-## Remove ELB health checks
+## Remove Elastic Load Balancing health checks
@@ -174 +174 @@ To detach a Classic Load Balancer from your group, specify the `--traffic-source
-To remove ELB health checks from your Auto Scaling group, use the following [update-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/update-auto-scaling-group.html) command and specify ``EC2`` as the value for the `--health-check-type` option. Replace ``my-asg`` with the name of your group. 
+To remove Elastic Load Balancing health checks from your Auto Scaling group, use the following [update-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/update-auto-scaling-group.html) command and specify ``EC2`` as the value for the `--health-check-type` option. Replace ``my-asg`` with the name of your group.