|
|
|
|
|
by johannnishant
2556 days ago
|
|
That's great!
Any idea what Load balancing algorithm this would use? We have a need for some stickiness in the load balancer (for example: UDP Packets from a source must be routed to the same instance, at least for a short while) |
|
> For UDP traffic, the load balancer selects a target using a flow hash algorithm based on the protocol, source IP address, source port, destination IP address, and destination port. A UDP flow has the same source and destination, so it is consistently routed to a single target throughout its lifetime. Different UDP flows have different sources, so they can be routed to different targets.
From the NLB docs at https://docs.aws.amazon.com/elasticloadbalancing/latest/netw...