AWS path based http proxy

情到浓时终转凉″ 提交于 2019-12-12 04:31:13

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!