Sunday, November 9, 2014

amazon elb - Setting a public endpoint for each server which is behind a load balancer

Given that there are a load balancer(e.g. AWS ELB) and multiple server instances associated to the load balancer, can I set up a public endpoint (e.g. NAT forwarding) for each server instance as well? I need this for a mobile client reconnects to the same server after the IP address of the client is changed by Wifi to Cellular Network handover.



Two endpoints for each server



With stateless servers (e.g. Web servers) and memory cache (e.g. Redis), my question is needless, however, I am using stateful servers (e.g. Socket servers).

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...