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
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ