停止、快照和重新启动 EBS 服务器
我是 Amazon EC2 的新手,刚刚下载了一些基于 Unix 的映像(我认为它是 IBM 映像)。它启动良好,运行良好,并且能够通过控制台停止和拍摄快照。然而,当我复制快照并启动新映像时,尽管尺寸较小,但新映像出现了错误。在拍摄映像快照以使其可重新启动之前,我需要做些什么吗?
I am new to Amazon EC2 and just pulled down some Unix based image (I think it was an IBM image). It launched fine, worked great and was able to be stopped and snapshotted, all through the console. However, when I replicated the snapshot and launched a new image, albeit of a smaller size, the new image came up with errors. Is there something I need to do before snapshotting an image to make it restartable?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该暂停写入 EBS 卷的进程,以便 EBS 卷处于一致状态。
YOu should pause, the processes writing to the EBS volume, so that the EBS volume is in a consistent state.