How to tell AWS LoadBalancer to send the request to another node
The following situation: A request comes in, the web server is powerful enough and can accept and answer it. Unfortunately, it cannot process it. Can the web server tell the load balancer to try the request on another node without immediately sending the answer to the client?