I am trying to import a SO VMDK file(OVA/OVF) of Ubuntu server 14.04 to AWS ,But facing the below error
even though the machine seems to have proper partitioning and volumes
This happens only in case of Ubuntu server, while Windows server machines are successfully imported.I am trying to import using the ec2-api-tools only.
I had similar problem with OVA images exported from VirtualBox. In my case converting it to raw image format worked. So if you are using VirtualBox, import the OVA to it, and then convert
VDI
storage drive toraw
. For example:Then you upload
ub.img
to S3, and use that in yourcontainers.json
file foraws ec2 import-image
command. For example:The command:
and to monitor the import process: