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?

Javier
已提問 2 個月前檢視次數 147 次
2 個答案
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
專家
已回答 2 個月前
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.

已回答 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南