AWS path based http proxy

144 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 best solutions below

1
On

Application Load Balancers have this capability.

0
On

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