The network interface is lost after the instance is restarted, and the elastic IP address is lost

0

I received an email from Amazon and was informed that the instance scheduled for retirement. After I started the instance, I found that the network interface, security group, and elastic IP information associated with the instance could not be found.(The instance was officially stop by Amazon)

How can I find my information back.

1개 답변
0

The trick with IP addresses and EC2 instances is that the auto-assigned Public IPs will be lost on restart. To ensure you maintain possession of a specific IP address, you need to allocate the EIP with public address first. Then you create the EC2 instance and associate it to the already allocated EIP. This IP can now be durable across restarts and even be moved to another EC2 instance The section on public IPv4 addresses will be a good read for a more detailed explanation. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-instance-addressing.html

profile pictureAWS
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠