I have a disk image that is running under Xen right now and I'd like to port it to Amazon's EC2. How can I do this in a way that is as simple as possible? I've got a script that can build the finished image from a brand new image if this helps.
Asked
Active
Viewed 638 times
1 Answers
4
I don't know of a utility to automatically port Xen images to EC2, however, you can install the EC2 tools and bundle from an AMI from there. The following is the documentation on bundling your own AMI: http://docs.amazonwebservices.com/AWSEC2/2009-03-01/GettingStartedGuide/index.html?creating-an-image.html

Jordan S. Jones
- 1,083
- 9
- 13
-
Yes, that's what I was thinking would be the best way, but I wanted to see if any better ideas were out there. Thanks! – Chris Bunch Apr 30 '09 at 23:35