AWS Load Balancer with a static IP address

后端 未结 8 745
死守一世寂寞
死守一世寂寞 2020-12-24 12:25

I have a set-up running on Amazon cloud with a couple of EC2 Instances running through a load balancer.

It is important that the site has a unique(static) IP or set

8条回答
  •  春和景丽
    2020-12-24 12:42

    You CAN attach an elastic IP to the instances BUT NOT to the ELB (which is what the client sees).

    You could use a full reverse proxy layer 7 load balancer like HAProxy:

    Or a commercial implementation like Loadbalancer.org or Riverbed (Zeus)

    They both are in the AWS Marketplace:

提交回复
热议问题