Create an AWS HVM Linux AMI from an Existing Paravirtual Linux AMI
Posted
by
javacavaj
on Server Fault
See other posts from Server Fault
or by javacavaj
Published on 2012-10-18T20:26:36Z
Indexed on
2013/10/22
15:56 UTC
Read the original article
Hit count: 510
Is it possible to create a hardware virtual machine (HVM) AMI from an existing paravirtual (PV) AMI.
My initially thought was to start a new PV instance and use the ec2-create-image
command to create a new image while specifying HVM as the virutalization type. However, ec2-create-image
does not have a command line parameter to specify the virtualization type.
Is there another way to go about doing this?
© Server Fault or respective owner