amazon web services - AWS Elastic Load Balancer on a Single Instance containing two instance of application running on different ports -
i have 2 application on single ec2 instance running on ports 8090 , 8091. want use single elb these 2 instances , both applications same.
but same elb port cant map different listeners ie 8080 -> 8090 8080 -> 8091 want whenever hit elb either 1 of 2 application in 8090 or 8091 should invoked.
elb doesn't support mapping specific host. elb maps port port backend instances. use 2 elbs dns round robin? option setup haproxy roll own solution load balancing.
Comments
Post a Comment