ec2 import-image fails with "ClientError: Unknown OS / Missing OS files"

0

Hi,

I am trying to get images that I run in VMWare Workstation Pro, to be running in EC2... Steps taken:

  • Export from VMWare Workstation as OVF
  • Used ovftool to pack files into one OVA file locally
  • Uploaded OVA to S3, setup roles and policies as documented
  • run "aws ec2 import-image" with the folling config file:

Enter image description here

This results in an error shown by "aws ec2 describe-import-image-tasks":

     "Status": "deleted",
     "StatusMessage": "ClientError: Unknown OS / Missing OS files.",
     "Tags": []

Any idea what is missing here?

The image is:

  • Debian 11
  • not encrypted
profile picture
asked a year ago315 views
1 Answer
0

You want to make sure you meet the requirements in the AWS VM Import/Export document. Based on information provided Debian 11 is supported just make sure the kernel is the same.

Additional if this fails it might be better to import just the VMDK file method instead of OVA. You can find it in Example 2 on this Import VMDK file.

profile pictureAWS
EXPERT
Elvis_P
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions