Hacker News new | ask | show | jobs
by TrueDuality 2556 days ago
Sweet. 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

1 comments

ALB !== NLB
With NLB targetting EC2 you can only specify one port per target group. To achieve multiple ports going to a single instance (or autoscaling group) you need to have one listener and target group per port.
It effects both (and that ticket is about both if go through the comments).