I have two servers behind a AWS ELB. The request sent to the ELB looks like:
Http: //URL?server_id=xxx
where xxx specifies the server the client request should be distributed to.
So is it possible for AWS ELB to do load balancing based on query string?
If it's not possible, can I achieve this using Nginx server? I'd very appreciate it if someone could give me an example on how to configure AWS ELB or Nginx load balancing.