사용되는 ELB의 유형에 따라 다릅니다. AWS는 시간이 지남에 따라 Classic ELB와 함께 Application ELB 및 Network ELB를 도입했습니다.
Application Load Balancers
리스너 규칙을 적용하고 (HTTP / HTTPS) 요청을 대상 그룹에 할당합니다. 해당 대상 그룹에서 대상을 선택하여round robin routing algorithm
Network Load Balancers
연결을 수신 한 노드는 다음을 사용하여 대상 그룹에서 대상을 선택합니다. flow hash routing algorithm
Classic Load Balancers
사용하는 round robin routing algorithm
TCP 리스너 및 least outstanding requests routing algorithm
HTTP 및 HTTPS 리스너
.
TLDR;
최신 ELB round robin routing algorithm
는 HTTP / HTTPS 요청 및 flow hash routing algorithm
TCP 요청에 사용합니다.
round robin routing algorithm
TCP 요청 및 least outstanding requests routing algorithm
HTTP 및 HTTPS 요청에 사용되는 클래식 ELB
출처 / 추가 자료 : https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html#routing-algorithm