I’m trying to restore backups from my S3 object storage as EC2 instances in AWS. I’m receiving this error after the EBS snapshot is created:
Importing VM Error: Failed to import machine to Amazon EC2: Using an encrypted snapshot as input is not supported
The reason for this is the “Always encrypt new EBS volumes” setting, which unfortunately is mandatory in my company.
Is there a way to work around this?