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?
AWS path based http proxy
104 views Asked by novon At
2
There are 2 answers
0
On
You can use AWS Application Load Balancer. And here you can see my sample blog post about it ( using with ecs )
Application Load Balancers have this capability.