Skip to content

Feat: support for encrypted AWS AMIs

Stefan Reimer requested to merge (removed):main into main

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>"

Merge request reports