Page 1 of 1

AWS Import Error

Posted: Tue Mar 14, 2023 2:04 pm
by mscallion
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

Re: AWS Import Error

Posted: Wed Mar 15, 2023 12:39 pm
by yaroslav (staff)
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.