What is Amazon Machine Images (AMI)?

An Amazon Machine Image (AMI) provides the information required to launch an instance. You must specify an AMI when you launch an instance. You can launch multiple instances from a single AMI when you need multiple instances with the same configuration. You can use different AMIs to launch instances when you need instances with different configurations.

An AMI includes the following:

·         One or more EBS snapshots, or, for instance-store-backed AMIs, a template for the root volume of the instance (for example, an operating system, an application server, and applications).

·         Launch permissions that control which AWS accounts can use the AMI to launch instances.

·         A block device mapping that specifies the volumes to attach to the instance when it's launched.

  • 24 Users Found This Useful
Was this answer helpful?

Related Articles

Cloud computing with AWS

Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform,...

Cloud Service Models

There are three types of service models in cloud − IaaS, PaaS, and SaaS. IaaS IaaS stands for...

What is Amazon Ec2?

    Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the...

Features of Amazon EC2

Amazon EC2 provides the following features: ·         Virtual computing environments, known as...

Amazon EC2 Key Pairs

Amazon EC2 uses public-key cryptography to encrypt and decrypt login information. Public–key...