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.

asked 10 months ago176 views
1 Answer
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
EXPERT
James_S
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions