Reputation: 7069
Is it possible to implement such an architecture with ALBs?
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?
Upvotes: 1
Views: 3504
Reputation: 31
Treating it as a trivia question and not best design question, it is technically possible to do but it's a bit annoying.
There's a little bit of a Rube-Goldberg going on and it is annoying to get setup but it will work in practice.
Upvotes: 1
Reputation: 201058
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.
Upvotes: 4