I\'ve created an AMI(EBS AMI) using the Amazon AWS console. That AMI has 2 snapshots attached to it. Now I want to backup that AMI to a S3 bucket. Is this possible?
I ac
Other than AMI Copy feature
, now you can use AWS CLI to export and import them to and from S3.
Check: https://docs.aws.amazon.com/cli/latest/reference/ec2/export-image.html
You can use VMDK
as the export/import format.
In my case I encountered some strange Role related issue during the export and the reference here helped.
Please be aware that you might need to give the s3 write permission as well to your policies attached.