AWS Security ChangesHomeSearch

AWS elasticloadbalancing documentation change

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

File: elasticloadbalancing/latest/application/application-load-balancers.md

Summary

Replaced 'ELB' acronym with 'Elastic Load Balancing' full name throughout the document

Security assessment

Terminology standardization without security implications. No vulnerabilities or security features are mentioned in the changes.

Diff

diff --git a/elasticloadbalancing/latest/application/application-load-balancers.md b/elasticloadbalancing/latest/application/application-load-balancers.md
index 35e424314..8036dbb9a 100644
--- a//elasticloadbalancing/latest/application/application-load-balancers.md
+++ b//elasticloadbalancing/latest/application/application-load-balancers.md
@@ -11 +11 @@ A _load balancer_ serves as the single point of contact for clients. Clients sen
-For more information, see [How ELB works](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html) in the _Elastic Load Balancing User Guide_.
+For more information, see [How Elastic Load Balancing works](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html) in the _Elastic Load Balancing User Guide_.
@@ -64 +64 @@ For more information, see [How ELB works](https://docs.aws.amazon.com/elasticloa
-When you create an Application Load Balancer, you must enable the zones that contain your targets. To enable a zone, specify a subnet in the zone. ELB creates a load balancer node in each zone that you specify.
+When you create an Application Load Balancer, you must enable the zones that contain your targets. To enable a zone, specify a subnet in the zone. Elastic Load Balancing creates a load balancer node in each zone that you specify.
@@ -76 +76 @@ When you create an Application Load Balancer, you must enable the zones that con
-  * ELB creates network interfaces in the subnets where you configured your load balancer. These network interfaces are reserved so that the load balancer can complete maintenance actions even when the subnet is running low on available IP addresses. They have the description "ENI reserved by ELB for subnet".
+  * Elastic Load Balancing creates network interfaces in the subnets where you configured your load balancer. These network interfaces are reserved so that the load balancer can complete maintenance actions even when the subnet is running low on available IP addresses. They have the description "ENI reserved by ELB for subnet".
@@ -246 +246 @@ Determines how the load balancer handles requests that might pose a security ris
-Indicates whether HTTP headers with header fields that are not valid are removed by the load balancer (`true`), or routed to targets (`false`). The default is `false`. ELB requires that valid HTTP header names conform to the regular expression `[-A-Za-z0-9]+`, as described in the HTTP Field Name Registry. Each name consists of alphanumeric characters or hyphens. Select `true` if you want HTTP headers that do not conform to this pattern, to be removed from requests.
+Indicates whether HTTP headers with header fields that are not valid are removed by the load balancer (`true`), or routed to targets (`false`). The default is `false`. Elastic Load Balancing requires that valid HTTP header names conform to the regular expression `[-A-Za-z0-9]+`, as described in the HTTP Field Name Registry. Each name consists of alphanumeric characters or hyphens. Select `true` if you want HTTP headers that do not conform to this pattern, to be removed from requests.
@@ -316 +316 @@ Clients must connect to the load balancer using IPv6 addresses (for example, 200
-  * When you enable dualstack mode for the load balancer, ELB provides an AAAA DNS record for the load balancer. Clients that communicate with the load balancer using IPv4 addresses resolve the A DNS record. Clients that communicate with the load balancer using IPv6 addresses resolve the AAAA DNS record.
+  * When you enable dualstack mode for the load balancer, Elastic Load Balancing provides an AAAA DNS record for the load balancer. Clients that communicate with the load balancer using IPv4 addresses resolve the A DNS record. Clients that communicate with the load balancer using IPv6 addresses resolve the AAAA DNS record.
@@ -359 +359 @@ To get started, create an IPAM IP address pool. For more information, see [Bring
-If there are no more assignable IP addresses in your IPAM IP address pool, ELB uses AWS managed IPv4 addresses instead. There are additional charges to use AWS managed IPv4 addresses. To avoid these costs, you can add IP address ranges to your existing IPAM IP address pool.
+If there are no more assignable IP addresses in your IPAM IP address pool, Elastic Load Balancing uses AWS managed IPv4 addresses instead. There are additional charges to use AWS managed IPv4 addresses. To avoid these costs, you can add IP address ranges to your existing IPAM IP address pool.