Network Load Balancer TCP Idle Timeout Configuration: Impact on Existing Connections

0

I provide MQTT-based services through a Network Load Balancer, and I've been troubled by idle timeout issues. Now I've noticed there's a new attribute called tcp.idle_timeout.seconds that can be set on the listener.

Questions:

  1. Will updating this setting apply to existing TCP connections?
  2. Will updating this setting cause the connection to be interrupted?
asked a month ago72 views
1 Answer
1
Accepted Answer

Hello Vincent,

Updating the tcp.idle_timeout.seconds setting on a Network Load Balancer (NLB) will only apply to new TCP connections, not to those already in progress. Therefore, modifying this setting will not interrupt or affect existing connections.

For more details, you can check the full AWS blog post - Introducing NLB TCP configurable idle timeout

profile picture
answered a month ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions