问题
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?
回答1:
Application Load Balancers have this capability.
回答2:
You can use AWS Application Load Balancer. And here you can see my sample blog post about it ( using with ecs )
来源:https://stackoverflow.com/questions/41290076/aws-path-based-http-proxy