Iam trying to export vm and the error is The image ID (ami-0000000000) provided contains AWS-licensed software and is not exportable.

0

Iam trying to export vm

my code is aws ec2 create-instance-export-task --instance-id i-***************** --target-environment vmware --export-to-s3-task file://C:\file.json

file.json code is

{ "ContainerFormat": "ova", "DiskImageFormat": "VMDK", "S3Bucket": "export-bucket-20211", "S3Prefix": "vms/" }

the Error is

An error occurred (NotExportable) when calling the CreateInstanceExportTask operation: The image ID (ami-***************) provided contains AWS-licensed software and is not exportable.

질문됨 일 년 전832회 조회
1개 답변
0

It looks like you are trying to export an instance which was created from image in AWS Marketplace. The other option is that your EC2 instance may contain third-party software provided by AWS. For example, VM Export cannot export Windows or SQL Server instances. Please check this document for more details - https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport.html#vmexport-limits

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠