AWS Load Balancer with a static IP address

后端 未结 8 753
死守一世寂寞
死守一世寂寞 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:53

    Really the only way I am aware of doing this is by setting up your instances within a VPC and having dedicated NAT instances by which all outbound traffic is routed.

    Here is a link to the AWS documentation on how to set up NAT instances:

    http://docs.amazonwebservices.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html

提交回复
热议问题