EC2实例克隆
是否可以克隆 EC2 实例数据以及全部数据?
Is it possible to clone a EC2 instance data and all?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以克隆 EC2 实例数据以及全部数据?
Is it possible to clone a EC2 instance data and all?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(7)
您可以为现有实例创建 AMI,然后启动使用该 AMI 的其他实例。
You can make an AMI of an existing instance, and then launch other instances using that AMI.
更简单的方法是通过 Web 管理控制台:
一旦获得映像,您就可以启动另一个克隆实例、数据等。 :)
The easier way is through the web management console:
Once you have an image you can launch another cloned instance, data and all. :)
没有明确的
克隆
按钮。基本上,您要做的就是创建现有 EC2 实例的映像或快照,然后使用该快照启动一个新实例。首先从现有 EC2 实例创建映像。
检查您的快照列表以查看该过程是否已完成。这通常需要大约 20 分钟,具体取决于您的实例驱动器的大小。
然后,您需要创建一个新实例并将该图像用作 AMI。
There is no explicit
Clone
button. Basically what you do is create an image, or snapshot of an existing EC2 instance, and then spin up a new instance using that snapshot.First create an image from an existing EC2 instance.
Check your snapshots list to see if the process is completed. This usually takes around 20 minutes depending on how large your instance drive is.
Then, you need to create a new instance and use that image as the AMI.
如今,使用不久前发布的 EBS 支持的实例克隆机器变得更加容易。这就是我们在 BitNami 云托管 中的做法。
基本上你只需拍摄可以使用的实例的快照
稍后启动新服务器。您可以使用 AWS 控制台来完成此操作
(将 EBS 支持的实例保存为 AWS AMI)或使用 EC2 API
工具:
克隆实例只不过是创建备份然后
在此基础上启动一个新服务器。你可以找到一堆文章
在那里描述这个问题,尝试找到有关“如何
...”备份或调整整个 EC2 实例的大小,例如此博客是
一个非常好的起点:alestic.com
Nowadays it is even easier to clone the machine with EBS-backed instances released a while ago. This is how we do it in BitNami Cloud Hosting.
Basically you just take a snapshot of the instance which can be used
later to launch a new server. You can do it either using AWS console
(saving the EBS-backed instance as AWS AMI) or using the EC2 API
tools:
Cloning the instance is nothing else but creating the backup and then
launching a new server based on that. You can find bunch of articles
out there describing this problem, try to find the info about "how to
..." backup or resize the whole EC2 instance, for example this blog is
a really good place to start: alestic.com
要回答您的问题:现在AWS使克隆变得非常容易,请参阅从现有实例启动实例
这会将现有实例作为新实例的模板。
或者,您也可以拍摄现有卷的快照,并将该快照与您在实例启动期间 ping 的 AMI(现有卷)一起使用
To Answer your question: now AWS make cloning real easy see Launch instance from your Existing Instance
This will take the existing instance as a Template for the new once.
or you can also take a snapshot of the existing volume and use the snapshot with the AMI (existing one) which you ping during your instance launch
您可以使用 AWS API 或控制台 UI 创建正在运行的实例的 AMI(Amazon 系统映像)。您可以在创建 AMI 时指定重新启动实例。然后,您可以使用 AWS API 或控制台 UI 通过您创建的 AMI 启动更多实例。
You can use AWS API or console UI to create an AMI(Amazon Machine Image) of your running instance. You can specify to reboot the instance when create your AMI. Then you can use AWS API or console UI to launch more instances with the AMI you created.
您可以使用云管理软件(例如 enStratus、RightScale 或 Scalr)轻松完成此操作(免责声明:我在那里工作) 。通过克隆场,您可以:
You can do it very easily with a Cloud Management software -like enStratus, RightScale or Scalr (disclaimer: I work there). With the cloned farm you can: