ALB Least Outstanding Request routing

0

how the application load balancer using the least outstanding request routing determines the target with the lowest number of in progress requests?

2 Respuestas
0

Hello.

I checked the following document, but it did not mention the algorithm for determining the target.
I think that the details of the function itself are managed by AWS, so there is no description of how the target is determined.
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#modify-routing-algorithm

This is just my guess, but I think they are tracking requests in some way.

profile picture
EXPERTO
respondido hace 2 meses
0

As per my understanding, ALB knows how many BackEnd registered with it, and when it sends traffic to BE , it keeps count of number of requests in progress to each BE, and determine which one has least inflight requests and choose that for next request.

respondido hace 2 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas