Importing AMIs from Hyper-v VHDX
Posted
by
jwdaigle
on Server Fault
See other posts from Server Fault
or by jwdaigle
Published on 2013-05-29T07:31:05Z
Indexed on
2013/10/27
15:54 UTC
Read the original article
Hit count: 2028
amazon-ec2
|amazon-ami
I have a couple of VHDX files that we use to template locally hosted VMs. I would like to try (some) of these on Amazon, so I need to build an AMI to upload to AWS.
I have found http://aws.amazon.com/ec2/vmimport/ , which is very helpful to get started.
It appears that AWS does not yet support VHDX, so I found some info that told me to export it out of Hyper-V as a VHD file, and then convert/upload it, which I am in the process of trying out.
But the real question is that when I was looking for info, I came across http://stackoverflow.com/questions/14346114/unable-to-rdp-to-ec2-instance . The AWS documentation seems to imply that all I need to do is run the importer and all will be well. True? I dont want to waste all the upload bandwidth and then find out it wont work.
Is there something I need to install into the Hyper-V VM before converting/upload it using the AWS command line tools? EC2-Config?
Any help greatly appreciated -
© Server Fault or respective owner