Hacker News new | ask | show | jobs
by encoderer 2556 days ago
ALB !== NLB
2 comments

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).