AMI (Amazon Machine Image)

aws/compute aws/concept

💡 Definition

An Amazon Machine Image (AMI) provides the information required to launch an EC2 instance. It's a template that includes a pre-configured operating system, a server, and other software packages.

🔑 Key Concepts

⚙️ How it Works

  1. Choose AMI: Select an AMI (e.g., Amazon Linux 2, Ubuntu, custom) when launching an EC2 instance.
  2. Launch Instance: The AMI is used to create the root volume of your new EC2 instance.
  3. Custom AMIs: You can customize an EC2 instance, then create a new AMI from it for future use.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * EC2 * Instance Types * EBS