EC2 image builder creating AMIs with encrypted volumes

0

I am trying to create EC2 AMI images using EC2 pipeline builder. Need to host these AMIs on AWS marketplace for distribution.

Issue is - the AMI that is created automatically creates a root volume that is encrypted. AWS Marketplace doesnt allow AMIs with encrypted volumes. I have tried disabling encryption on the volumes in EC2 pipeline builder recipe, but doesnt help

Looking for suggestions that will help me create AMI with unencrpted root volumes.

Enter image description here

質問済み 1年前687ビュー
2回答
0
承認された回答

Thank you for the response Shashank! Looks like my AWS account had default EBS encryption enabled, so every EC2 + EBS that was created was getting encrypted. Had to disable this global setting to get an unecrypted EBS and thus an AMI

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html

回答済み 1年前
profile picture
エキスパート
レビュー済み 1ヶ月前
  • yes thats another option we have by default enabled.. Great to hear that you are good now..

0

Are you using custom AMI , generally when we use custom AMIs we encrypt the associated volumes , can you please check your custom AMI and if thats encrypted the image builder will create new AMI based on that image itself which results with encryption.

回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン