克隆 Amazon Linux 实例
我目前有一个亚马逊实例(中-高 CPU)在实例存储上运行,我的大部分数据和代码位于安装到 sda2 的 /mnt 中。该实例正是我需要它工作的方式。如何克隆此实例并将其精确复制(数据和全部)到另一个(最好是更便宜的微型)实例以测试我的新代码更改?另外,对此设置有哪些建议的备份建议?
谢谢
I currently have an amazon instance (Medium - High CPU) running off the instance store with most of my data and code sitting in /mnt mounted to sda2. The instance is just the way i need it to work. How can I clone this instance and make an exact copy (data and all) to another (preferably cheaper, micro) instance for testing my new code changes? Also what backup suggestions are recommend for this setup?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请小心实例存储,您的实例如果终止将恢复您的数据。我建议您将重要数据放入 EBS 卷中。
请参阅我的帖子 http://www.capsunlock.net/2009 /12/create-ebs-boot-ami.html
可以克隆当前实例并创建 EBS 支持的 AMI。
Be careful with instance store, your instance if terminated will restore your data. I suggest you put the important data to an EBS volumes.
Please see my post http://www.capsunlock.net/2009/12/create-ebs-boot-ami.html
It's possible to clone the current instance and make an EBS backed AMI.