Search code examples
amazon-web-servicesamazon-ec2load-balancingamazon-ecsaws-application-load-balancer

AWS ALB routes to other ALBs


Is it possible to implement such an architecture with ALBs? alb

I want publicly available domain name which ALB provides and then have a separate clusters (with own services) "mounted" under different routes (e.g. /cluster1, /cluster2, cluster3)

Are there any other solutions to implement such kind of setup?


Solution

  • No it's not possible, but there's also no reason to do this. You just need to setup routing rules in a single Application Load Balancer to route to different Target Groups.