We are going to set up an Application Load Balancer(application layer) in AWS, our platform uses websockets and I wonder if once a connection was established, the Load balancer could send the current traffic of a websocket connection to another instance, it could be possible?
I mean, if my application establishes a websocket connection to the server through the balancer, all the traffic that I send using that websocket connection is going to finish at the same server?
I am aware that if a create a new websocket connection could be established in a different one.