Warm tip: This article is reproduced from serverfault.com, please click

AWS ALB routes to other ALBs

发布于 2019-08-16 11:16:32

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?

Questioner
Most Wanted
Viewed
0
Mark B 2019-08-16 20:17:44

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.