I am trying to import a ubuntu 18 os ovirt vm ova template.
For this i am creating task with below command aws ec2 import-image --region ap-south-1
--description "Ovirt VM" --license-type BYOL --disk-containers
"file://containers.json" aws ec2 describe-import-image-tasks --region ap-south-1
--import-task-ids import-ami-0755c8cd52d08ac88
But unfortunately it is failing with "StatusMessage": "ClientError: No
valid partitions. Not a valid volume." error.
can someone please guide the steps to export and import ovirt vm ova into aws ec2
instance?