Reputation: 9
I have one Golden Image in AWS enterprise account that has encrypted snapshots (Volumes) I have to move that Image to China account. Planning to export that image into local AWS S3 later thought to download from s3 and upload in AWS China s3. later need to convert VMDK to AMI.
Issue: I am unable to export my encrypted AMI to s3 bucket in VMDK format. Can someone help here.
Upvotes: -1
Views: 32
Reputation: 3599
Based on your comment,
Getting error like, The Image ID provided (ami-118e9) has encrypted EBS block devices and is not exportable.
Sounds like you need to launch a new VM based on the existing AMI snapshot. Ensure that when configuring the launch, the EBS should be without encryption. Then the new VM should allow you to take unencrypted snapshots and export.
Upvotes: 0