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
VDIstorage drive toraw. For example:Then you upload
ub.imgto S3, and use that in yourcontainers.jsonfile foraws ec2 import-imagecommand. For example:The command:
and to monitor the import process: