Search

AMI - Amazon Machine Image

Note

•
AMI (Amazon Machine Image)
•
AMI is a customization of an EC2 instance
•
AMI are built for a specific region (can copy across regions)

AMI Overview

•
AMI = Amazon Machine Image
•
AMI is a customization of an EC2 instance
â—¦
You add your own software, configuration, operating system, monitoring…
â—¦
Faster boot / configuration time because all your software is pre-packaged
•
AMI are built for a specific region (and can be copied across regions)
•
You can launch EC2 instances from:
â—¦
A Public AMI: AWS provided
â—¦
Your own AMI: you make and maintain them yourself
â—¦
An AWS Marketplace AMI: an AMI someone else made (and potentially sells)

AMI Integration Process

1.
Start an EC2 instance and customize it
2.
Stop the instance (for data integrity)
3.
Build an AMI - this will also create EBS snapshots
4.
Launch instances from other AMIs