IP Elastic vs ?

0

Hello, for production on an EC2 machine, I usually associate an Elastic IP address with it. There are a lot of clients connecting to that address. If I lose this Elastic IP address (wrong manipulation, errors, etc...), I will never be able to find the same address and I will have to update all the clients to give them the new Elastic IP address?

What are my options to avoid this?

Thanks for your help

已提問 1 年前檢視次數 240 次
2 個答案
1

You can consider registering (or creating) a domain under Route53 and provide that to your end customers for access. There are specific steps for routing traffic towards an EC2 instance. Having said that, generally speaking, adding an elastic load balancer in front of your EC2 instances is a much better pattern than having a public IP address associated with your production EC2 instance.

profile pictureAWS
專家
Elden
已回答 1 年前
0

An Elastic IP address is a static IPv4 address designed for dynamic cloud computing. An Elastic IP address is allocated to your AWS account, and is yours until you release it. If you are concerned that the IP may be released by someone and hence you may not be able to obtain the same IP again, the alternative option is to bring your own IP. More information on the process to do this can be found here - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html

AWS
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南