Can we use multiple ELBs?

Expected behavior

It’s just a feedback.
AWS allows 100 TCP listeners per 1 ELB. And it can’t be increased.
So, I can’t provides 100 or more web services at the same time on Docker for AWS.

Actual behavior

I’d like to launch multiple ELBs on Docker for AWS. Then create listener to them randomly.

Additional Information

n/a

Steps to reproduce the behavior

n/a

Thanks this is something we want to address, and we have prototyped solutions.

As a workaround, you could probably run interlock on Docker for AWS and have that do host-header based routing: https://github.com/ehazlett/interlock