是否可以在不停机的情况下复制 AWS EC2 实例?

发布于 2025-01-03 13:23:58 字数 177 浏览 1 评论 0原文

我有一个 AWS EC2 实例,我想创建一个衍生实例以进行一些测试。我知道我可以创建正在运行的实例的 AMI,然后启动它。但是当我创建 AMI 时,机器会停机几分钟(至少是网络连接)。

我是否缺少某个地方的设置?

我通过在管理控制台中右键单击计算机并选择“创建 AMI”来生成 AMI。

谢谢

I've got an AWS EC2 instance that I would like to create a spin off of in order to do some testing. I know I can create an AMI of the running instance, then launch that. But when I create the AMI, the machine goes down for a couple minutes (at least the network connection).

Is there a setting somewhere that I am missing?

I generate the AMI by right clicking the machine in the management console and selecting "Create AMI."

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

只是在用心讲痛 2025-01-10 13:23:58

不,不是技术意义上的。创建 AMI 时必须重新启动计算机。您并没有失去网络连接,您的计算机实际上正在重新启动。

您可以做的一件事是将磁盘复制到另一个磁盘,但这并不容易做到。

Amazon EC2 关闭实例电源,获取所有卷的映像
连接后,创建并注册 AMI,然后重新启动
实例。 -http://docs.amazonwebservices.com/ AWSEC2/2011-05-15/UserGuide/index.html?Tutorial_CreateImage.html

编辑:
我再次查看这个答案,AWS 现在能够在创建 AMI 时检查“不重新启动”。对于有大量写入的卷来说,这可能不是一个好主意,但有它很好。

No. Not in a technical sense. The machine must reboot when you create an AMI. You are not losing network connection, your machine is actually restarting.

One thing you could do is copy your disk to another disk, but that is not easy to do.

Amazon EC2 powers down the instance, takes images of any volumes that
were attached, creates and registers the AMI, and then reboots the
instance. -http://docs.amazonwebservices.com/AWSEC2/2011-05-15/UserGuide/index.html?Tutorial_CreateImage.html

EDIT:
I am looking at this answer again, and AWS now has the ability to check "no reboot" when creating an AMI. This is probably not a great idea for volumes with a lot of writes, but it is nice to have.

眼前雾蒙蒙 2025-01-10 13:23:58

Amazon 现在允许在创建 AMI 时使用“不重新启动”选项,该选项显示在复选框中。但是,“无法保证所创建映像的文件系统完整性”,因此您必须权衡完整性与停机时间。

Amazon now allows a "no-reboot" option when creating an AMI, presented in a checkbox. However, the "file system integrity on the created image can't be guaranteed" so you'll have to weigh the integrity vs. downtime.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文