I am trying to up this Image on my local by referring this link. Please let me know how to do this ec2-create-instance-export-task command on "Export the EC2 image as Virtual Machine image see instructions"
We up a instance with AMI image ami-75721c4f and then on another machine installed ec2 tool and executed this step after giving proper permission to bucket:
ec2-create-instance-export-task i-9cb45524 -e VMware -f VMDK -c OVA -b <bucketname> -O <key> -W <secretkey> --region ap-southeast-2
But getting this error:
Client.NotExportable: Only imported instances can be exported.
So can you please help on this.
I am trying to up this Image on my local by referring this link. Please let me know how to do this ec2-create-instance-export-task command on "Export the EC2 image as Virtual Machine image see instructions"
We up a instance with AMI image ami-75721c4f and then on another machine installed ec2 tool and executed this step after giving proper permission to bucket:
ec2-create-instance-export-task i-9cb45524 -e VMware -f VMDK -c OVA -b <bucketname> -O <key> -W <secretkey> --region ap-southeast-2But getting this error:
Client.NotExportable: Only imported instances can be exported.So can you please help on this.