| 居然 reboot 不起作用,必须要 stop 然后再 start,那个 Events 就消失了。
| 关闭重新开启后,原来绑定的固定 IP 也需要重新 绑定了。
\__
这个回复是正确的。
我刚刚处理过这个问题。权当做英文阅读理解了...
官方说明文档,
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-retirement.html#instance-retirement-working1、对应看“Managing Instances Scheduled for Retirement”部分,一般按照模板建立的 EC2 实例,Instance Root Device Type 为 EBS。
2、所以操作就是“Wait for the scheduled retirement date - when the instance is stopped - or stop the instance yourself before the retirement date. You can start the instance again at any time.”
3、stop 并且 start 实例的时候,在内存中非持久化的数据都会丢失,这个一般都没影响。
4、比较重要,一般需要引起重视的是,IP 变化了:
( 1 )如果使用 putty 远程服务器,需要用新 IP 或 AWS 提供的域名
ec2-xx-xx-xxx-xxx.compute-1.amazonasw.com ;
( 2 )如果绑定了域名,需要设置 DNS ;
( 3 )其他的,如果服务本身里面有 IP 设置,也需要重新设置。
其他应该没有了。