如何创建持久的 ebs 支持的 AMI?
我想创建一个由 EBS 支持且持久的 64 位 ubuntu AMI。我所说的持久性是指我希望能够无缝地对 AMI 进行更改,而不必担心自己拍摄快照。最好的方法是什么?有没有提供此类服务的服务?
有很多博客文章谈论 ec2 入门,但其中包含任何有趣细节的博客文章却很少。
I would like to create a 64 bit ubuntu AMI that is backed by EBS and is persistent. By persistent, I mean that I want to be able to seamlessly make changes to the AMI without worrying about snapshotting it myself. What is the best way to do this? Are there any services that provide this kind of service?
There are so many blog posts which talk about getting started on ec2, but so few which have any interesting detail in them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
随着时间的推移,越来越多的此类服务不断涌现。看看Turnkey Linux,它是相对成熟的。另一个选择是 DotCloud。
As time goes by more of these services are popping up. Check out Turnkey Linux, which is relatively mature. Another option is DotCloud.
我刚刚设置了一个 CentOs 5.4 实例,在其中创建了服务器配置的 AMI,然后每天使用快照备份整个数据库和文件。我在这里做了一个详细的教程: http:// /www.sundh.com/blog/2011/02/scheduled-backups-on-ebs-instance/
I just set up an instance of CentOs 5.4 where I made an AMI of my server configuration and then make backups of the entire database and files every day with snapshots. I made a detailed tutorial about it here: http://www.sundh.com/blog/2011/02/scheduled-backups-on-ebs-instance/