AWS Import Error

VM image converter (VMDK, VHD, VHDX, IMG, RAW, QCOW and QCOW2), P2V migrator

Moderators: anton (staff), art (staff), Max (staff), Anatoly (staff)

Post Reply
mscallion
Posts: 1
Joined: Tue Mar 14, 2023 2:02 pm

Tue Mar 14, 2023 2:04 pm

After succefully creating the migration keys in AWS and adding in necessary security groups, etc, I am receiving the following errors:

3/14 0:00:16.708 1230 Facility ???INFO: CPPConverting::ConvertImage: Success
3/14 0:00:17.006 1230 Facility ???INFO: WrapperAWS::createRole: RoleName - vmimport-for-v2v-converter-bucket-HIDDEN
3/14 0:00:47.977 1230 Facility ???INFO: WrapperAWS::importImage: ImportTaskId - import-ami-HIDDEN
3/14 0:00:50.058 1230 Facility ???INFO: WrapperAWS::importImage: State task - active, StatusMessage task - converting, Progress - 19
3/14 7:40:46.319 1230 Facility ???INFO: WrapperAWS::importImage: State task - active, StatusMessage task - updating, Progress - 27
3/14 7:42:22.286 1230 Facility ???INFO: WrapperAWS::importImage: State task - deleted, StatusMessage task - ClientError: Boot Configuration Data store not found., Progress -
3/14 7:42:22.287 1230 Facility ???ERROR: VMConverter::AWSConverter::ImportImage: importImage is fail - Unable to parse ExceptionName: UnauthorizedOperation Message: You are not authorized to perform this operation.
3/14 7:42:22.287 1230 Facility ???INFO: WrapperAWS::deleteRole: RoleName - vmimport-for-v2v-converter-bucket-HIDDEN
3/14 7:42:23.084 1230 Facility ???ERROR: CPPConverting::ConverterAWS: Import error - Unable to parse ExceptionName: UnauthorizedOperation Message: You are not authorized to perform this operation.
3/14 7:42:23.084 1230 Facility ???ERROR: CPPConverting::Convert: FAILED
yaroslav (staff)
Staff
Posts: 2361
Joined: Mon Nov 18, 2019 11:11 am

Wed Mar 15, 2023 12:39 pm

3/14 7:42:22.287 1230 Facility ???ERROR: VMConverter::AWSConverter::ImportImage: importImage is fail - Unable to parse ExceptionName: UnauthorizedOperation Message: You are not authorized to perform this operation.
It is likely that your account does not have enough privileges to convert the VM. Make sure to log in root AWS account.
Please grant the AWS user AdministratorAccess permissions. That's overkill but works for sure.
If that does not work for you, you can add AmazonEC2FullAccess, AmazonS3FullAccess, and IAMUserChangePassword.
Post Reply