I'm trying to run an export image task for hours with no results.

0
C:\Users\ronen>aws ec2 export-image --image-id ami-0129baa76e4eaa35a --disk-image-format VHD --s3-export-location S3Bucket=myexportbucket12,S3Prefix=exports/

An error occurred (InvalidParameter) when calling the ExportImage operation: The service role vmimport provided does not exist or does not have sufficient permissions

How can it be even possible it fails here in the simulator?

Enter image description here

ronenfe
gefragt vor 2 Monaten228 Aufrufe
1 Antwort
3
Akzeptierte Antwort

Hello.

As stated in the error message, the VM Import/Export service role may not exist.
If you have not created a service role, please try creating one by following the steps in the document below.
https://docs.aws.amazon.com/vm-import/latest/userguide/required-permissions.html

profile picture
EXPERTE
beantwortet vor 2 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten
  • Oh no, I thought It was a iam role I create in the iam page. AI doesn't know about it.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen