- [[AWS]] [[Amazon EC2]] - What It Is: An Amazon Machine Image is a template of an instance used to create other instances. It includes: - [[Amazon EBS]] snapshots of the instance being used as a template, including its [[OS]] and any installed applications. - Launch permissions to determine which AWS accounts can launch [[Amazon EC2]] instances using the template. - A block device specifying which volumes should be attached to the instance when it is started. - URL: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html -