Solution for local ip changes of AWS EC2 instances

后端 未结 5 1901
忘掉有多难
忘掉有多难 2021-01-30 23:01

Amazon only gives you a certain number of static ip address and the local (private) ips of each EC2 instance can change when the machine is restarted. This makes creating a stab

5条回答
  •  孤街浪徒
    2021-01-30 23:42

    I was in the same situation once. I still dont have the expertise to solve it properly. My ugly solution was to use elb not really for load balancing but just for the endpoint.

    But I think a good solution can be obtained by using aws vpc.

提交回复
热议问题