1

So I'm using ELB to load balance incoming requests. Is it possibile to make the ELB listen on two ports and, for example, route all the request made to port 80 to a specific set of instances, and route all the other request (to port 443), to another specific set of instances?

Thanks

Mark
  • 452
  • 5
  • 13

2 Answers2

2

This is now possible using application load balancers

https://aws.amazon.com/elasticloadbalancing/applicationloadbalancer/

Daniel Scott
  • 430
  • 3
  • 11
1

Simple answer. No, its not possible uptill now. not sure may be in future.

Farhan
  • 4,269
  • 11
  • 49
  • 80