Is it possible to patch latest AMI without updating the AMI Id

-1

Is it possible to patch latest AMI without updating the AMI Id

preguntada hace un año303 visualizaciones
2 Respuestas
0

No, this is not possible.

profile pictureAWS
EXPERTO
kentrad
respondido hace un año
0

The binary content of AMIs (meaning the disk content) is inherently immutable. You can't modify it bitwise; any changes require replacing the entire object which would also change the AMI ID. S3 also has built-in mechanisms that consistently verify the integrity of AMIs, across the many copies that are stored in S3.

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: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyImageAttribute.html

AWS
respondido hace 6 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas