AWS Security ChangesHomeSearch

AWS elasticloadbalancing documentation change

Service: elasticloadbalancing · 2025-08-16 · Documentation low

File: elasticloadbalancing/latest/application/load-balancer-target-groups.md

Summary

Minor wording change from 'Once selected' to 'After the target is selected' in WebSocket connection description

Security assessment

The change is purely grammatical/clarification with no security context or implications. It describes existing connection handling behavior without introducing security controls or addressing vulnerabilities.

Diff

diff --git a/elasticloadbalancing/latest/application/load-balancer-target-groups.md b/elasticloadbalancing/latest/application/load-balancer-target-groups.md
index d719f9921..fe8d6631b 100644
--- a//elasticloadbalancing/latest/application/load-balancer-target-groups.md
+++ b//elasticloadbalancing/latest/application/load-balancer-target-groups.md
@@ -334 +334 @@ If you enable sticky sessions, the selected routing algorithm is used for the in
-  * When using WebSockets, the target is selected using the least outstanding requests algorithm. Once selected, the load balancer creates a connection to the target and sends all messages over this connection.
+  * When using WebSockets, the target is selected using the least outstanding requests algorithm. After the target is selected, the load balancer creates a connection to the target and sends all messages over this connection.