AWS Load Balancer with a static IP address

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

    You can use a DNS service like DNSMadeeasy that allows "ANAME" records. These act like an A Record but can be pointed at a FQDN or IP. So in this case you can point it to the ELB DNS.

    Dave

提交回复
热议问题