What is the process to Signing a AMI ?

0

I am trying to figure out how to sign a AMI image, so that it can be verified that its not tampered with before creating EC2 instance from the AMI.

質問済み 1年前201ビュー
1回答
0

AMI binary content (i.e. the disk content) is immutable, so once the AMI is created then that content can't be changed: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/modify-ami.html

A limited set of attributes of an AMI can be changed after it is created - see the API docs for ModifyImageAttribute for details.

profile pictureAWS
エキスパート
James_S
回答済み 1年前

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

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

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

関連するコンテンツ