The source project of this merge request has been removed.
Feat: support for encrypted AWS AMIs
As mentioned in #134 (closed) this MR adds basic support for encrypted AMIs using an existing KMS Keyid.
To encrypt snapshots during import simply set attribute:
encryption_key_id = "alias/<key_alias>"