Closed Rajkumar-Aute closed 4 years ago
Refer to issue #66
Get Outlook for Androidhttps://aka.ms/ghei36
From: Rajkumar notifications@github.com Sent: Thursday, January 30, 2020 5:36:08 PM To: QT-DevOps/AWSIssues AWSIssues@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [QT-DevOps/AWSIssues] AMI Export issue (#72)
An error occurred (InvalidParameter) when calling the ExportImage operation: The service role vmimport provided does not exist or does not have sufficient permissions
I am trying to export AMI to S3 bucket its throwing the above error,
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/QT-DevOps/AWSIssues/issues/72?email_source=notifications&email_token=AASTJLNERN6Y2JTSOTWREG3RAK7DBA5CNFSM4KNU2D7KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IJ2AWRQ, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AASTJLIZVB4M762L5SEW2FDRAK7DBANCNFSM4KNU2D7A.
I am using this command to export the AMI to S3. ''' aws ec2 export-image --image-id ami-xxxxxxxxxxxxxxxxx --disk-image-format VMDK --s3-export-location S3Bucket=xxxxbackup,S3Prefix=exports/ ''' I am getting error while exporting. ''' An error occurred (InvalidParameter) when calling the ExportImage operation: The service role vmimport provided does not exist or does not have sufficient permissions ''' Kindly help to solve this issue