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 年前檢視次數 200 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南