从 virtualbox 构建 Amazon AMI

Build Amazon AMI from virtualbox

只是想知道如何从 ubuntu 12.04 或 14.04 机器构建 Amazon AMI。 还想知道创建 AMI 后如何上传到亚马逊并使用它。

很高兴知道我们之前是否有人这样做过。

谢谢

钱德·普拉卡什

你需要packer.

Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. "Packer is a modern tool that embraces best benefits. It's completely automated, simply run a a packer build, no human touches it, packer builds it for you. " - Mitchell Hashimoto (Creator)

我们通过 packer 模板构建 AMI 映像,这非常好,简化了整个过程。

如果您需要了解更多有关加壳器及其工作原理的信息,请参阅:http://packer.io

如果您需要快速开始示例,可以查看此 github 存储库:

shiguredo/packer-templates