When using Amazon AWS is it possible to run different types of instances behind an load balancer?
Let's say as base instance you have an t2.small and when having some more load you want an t2.micro to help. AFAIK, Amazon is doing the load balancing with round-robin. It would be stupid to give the smaller instance the same load as the bigger one. Can this be changed as in percentage for example?