Load balancing algorithms supported by Gateway Load Balancers

0

What is/are the load balancing algorithms supported by Gateway Load Balancers ? Round Robin ?

demandé il y a 10 mois4198 vues
1 réponse
1

The load balancing algorithm is described in this blog post:

When GWLB receives a new TCP/UDP flow, it selects a healthy appliance from a target group using 5-tuple flow hash – Source IP, Destination IP, Transport Protocol, Source Port, Destination Port. Subsequently, GWLB routes all packets of that flow (both forward and reverse directions) to the same appliance (stickiness). For non-TCP/UDP flows, GWLB still uses 3-tuple (Source IP, Destination IP, Transport Protocol) to make forwarding decision.

profile pictureAWS
EXPERT
répondu il y a 10 mois
profile pictureAWS
EXPERT
vérifié il y a 10 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions