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.
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