AWS Security ChangesHomeSearch

AWS elasticloadbalancing documentation change

Service: elasticloadbalancing · 2025-05-03 · Documentation low

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

Summary

Clarified TLS listener timeout behavior

Security assessment

Documents immutable TLS connection timeout settings which could impact security configurations, but doesn't indicate a vulnerability fix.

Diff

diff --git a/elasticloadbalancing/latest/network/network-load-balancers.md b/elasticloadbalancing/latest/network/network-load-balancers.md
index 1fc4d0385..7526b8958 100644
--- a//elasticloadbalancing/latest/network/network-load-balancers.md
+++ b//elasticloadbalancing/latest/network/network-load-balancers.md
@@ -110 +110 @@ The default idle timeout value for TCP flows is 350 seconds, but can be updated
-When a TLS listener receives a TCP keepalive packet from either a client or a target, the load balancer generates TCP keepalive packets and sends them to both the front-end and back-end connections every 20 seconds. You can't modify this behavior.
+The connection idle timeout for TLS listeners is 350 seconds and can't be modified. When a TLS listener receives a TCP keepalive packet from either a client or a target, the load balancer generates TCP keepalive packets and sends them to both the front-end and back-end connections every 20 seconds. You can't modify this behavior.