New AWS UDP Load Balancing for Network Load Balancer
aws.amazon.com
New AWS UDP Load Balancing for Network Load Balancer
1–10 of 35 posts
Re: New AWS UDP Load Balancing for Network Load Balancer
#2Re: New AWS UDP Load Balancing for Network Load Balancer
#3Re: New AWS UDP Load Balancing for Network Load Balancer
#4Sweet. Now add support for multiple ports on a single service[1] and this load balancer might actually become useful. [1]: https://github.com/aws/containers-roadmap/issues/104
Re: New AWS UDP Load Balancing for Network Load Balancer
#5Sweet. Now add support for multiple ports on a single service[1] and this load balancer might actually become useful. [1]: https://github.com/aws/containers-roadmap/issues/104
Re: New AWS UDP Load Balancing for Network Load Balancer
#6We 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)
Re: New AWS UDP Load Balancing for Network Load Balancer
#7That'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...
Re: New AWS UDP Load Balancing for Network Load Balancer
#8Re: New AWS UDP Load Balancing for Network Load Balancer
#9Re: New AWS UDP Load Balancing for Network Load Balancer
#10Sweet. Now add support for multiple ports on a single service[1] and this load balancer might actually become useful. [1]: https://github.com/aws/containers-roadmap/issues/104
ALB !== NLB