Chand Prakash
Chand Prakash

Reputation: 196

Build Amazon AMI from virtualbox

Just would like to know how can I build an Amazon AMI from ubuntu 12.04 or 14.04 machine. Also would like to know after creating an AMI how can I upload to Amazon and use the same.

Would be great to know if we anyone has done it prior to this.

Thanks

Chand Prakash

Upvotes: 1

Views: 155

Answers (1)

BMW
BMW

Reputation: 45243

You need 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)

We build AMI images via packer template and it is really good and simplify the whole processes.

If you need know more about packer and how it works, please refer: http://packer.io

If you need a quick start from samples, you can go through this github repo:

shiguredo/packer-templates

Upvotes: 3

Related Questions