- Newest
- Most votes
- Most comments
actually we are already using port 443 with for second nlb for other use, do we have any other option? currently there are two load-balancer(nlb) with same endpoint so one is running critical things on 443 so what happened when i used privatelink:443 it redirected me to that thing not to actually nlb-->alb-->ecs target so in simple terms there are one private link which have two nlb both listing on port 443 its redirecting me to other nlb and not to which i actually want to
Hello.
To use ALB as a target for NLB, you need to configure a TCP listener.
The NLB listener should be configured with TCP:443 and ALB as the target group.
I think the following AWS blog will be helpful for the configuration itself.
https://aws.amazon.com/jp/blogs/networking-and-content-delivery/application-load-balancer-type-target-group-for-network-load-balancer/
An ECS service can have more than 1 registered load balancer against it. I think it can have up to 5. You cant register more than 1 in the GUI to an ECS Service, but you can with the CLi
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/register-multiple-targetgroups.html
Relevant content
- asked 3 years ago
- asked 8 months ago
- asked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago
See my answer