AWS Security ChangesHomeSearch

AWS elasticloadbalancing documentation change

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

File: elasticloadbalancing/latest/network/load-balancer-listeners.md

Summary

Updated terminology from 'ELB' to 'Elastic Load Balancing' in the TLS security policy section

Security assessment

The change is purely terminological (branding update) and does not alter any security-related technical content about TLS protocols, ciphers, or negotiation processes. No evidence of vulnerability fixes or security enhancements.

Diff

diff --git a/elasticloadbalancing/latest/network/load-balancer-listeners.md b/elasticloadbalancing/latest/network/load-balancer-listeners.md
index a68d73e46..4dc057993 100644
--- a//elasticloadbalancing/latest/network/load-balancer-listeners.md
+++ b//elasticloadbalancing/latest/network/load-balancer-listeners.md
@@ -115 +115 @@ To use a TLS listener, you must deploy at least one server certificate on your l
-ELB uses a TLS negotiation configuration, known as a security policy, to negotiate TLS connections between a client and the load balancer. A security policy is a combination of protocols and ciphers. The protocol establishes a secure connection between a client and a server and ensures that all data passed between the client and your load balancer is private. A cipher is an encryption algorithm that uses encryption keys to create a coded message. Protocols use several ciphers to encrypt data over the internet. During the connection negotiation process, the client and the load balancer present a list of ciphers and protocols that they each support, in order of preference. The first cipher on the server's list that matches any one of the client's ciphers is selected for the secure connection.
+Elastic Load Balancing uses a TLS negotiation configuration, known as a security policy, to negotiate TLS connections between a client and the load balancer. A security policy is a combination of protocols and ciphers. The protocol establishes a secure connection between a client and a server and ensures that all data passed between the client and your load balancer is private. A cipher is an encryption algorithm that uses encryption keys to create a coded message. Protocols use several ciphers to encrypt data over the internet. During the connection negotiation process, the client and the load balancer present a list of ciphers and protocols that they each support, in order of preference. The first cipher on the server's list that matches any one of the client's ciphers is selected for the secure connection.