AWS path based http proxy

104 views Asked by At

Does AWS provide any managed service that would allow me to do path based proxying on the same domain? For example http://www.example.com/ should target one pool of instances while http://www.example.com/something should target different servers. Is this possible?

2

There are 2 answers

1
Mark B On

Application Load Balancers have this capability.

0
Onur Salk On

You can use AWS Application Load Balancer. And here you can see my sample blog post about it ( using with ecs )