Home  >  Blog  >   AWS

What is AMI in AWS

Rating: 5
  
 
9036
  1. Share:
AWS Articles

Are you working on the Amazon Web Services (or AWS) cloud platform? Amazon Machine Image (or AMI) offers an easy and visual mode of launching instances of your virtual machine on the cloud platform. 

For example, you may want to launch multiple and identical instances of the same virtual machine for your applications. AMI allows you to do that by creating an unlimited number of instances having the same configuration in a short period of time.

Additionally, you can use AMI to create multiple instances of different virtual machines when you require instances of different configurations.

How does the AMI technology work and what are the different types of AMI that are available for your use? Let’s discuss all this and more in the following below-given sections.

In this article, we will go through the below topics:
  1. What is AWS AMI?
  2. What are the types of AWS AMI?
  3. What are Shared AMIs?
  4. What are Paid AMIs?
  5. What are the types of Linux AMI Virtualization?
  6. How do you find a Linux AMI?
  7. How do you create your own AMI?
  8. How to deregister your AMI?

What is AWS AMI

In simple words, an AWS AMI is a virtual image that can be used to create an instance of a virtual machine. How does it operate? Here’s an illustration that summarizes the AMI lifecycle:

 Related Article: What is Amazon AWS

AWS AMI Virtual Image

The first step is to create and register the AMI, which is then used to launch or set up AWS instances. Alternatively, you can launch instances from another AMI provided the AMI creator grants you the necessary launch permissions. You can also copy an existing AMI within the same or different AWS region. Finally, you need to deregister an AMI once you no longer require it.

An AMI typically consists of the following three components:

  • The template is the root volume for the AWS instances (for example, application server, operating system, or web application).
  • Launch permissions that determine which AWS account can use this AMI to set up an instance.
  • Block device mapping that specifies the root device volumes that are attached to the AWS instance after launch.
Want to become a Certified AWS Solution Architect? Learn AWS Certification Training

What are the types of AWS AMI?

As an AWS user, you can choose your AMI on the basis of the following parameters:

Operating System

You can choose an AMI on the basis of the supported operating system (or OS) like Windows or Linux.

32-bit or 64-bit Architecture

This parameter is based on the architecture of your selected OS.

Region

This parameter is based on the selected region of the Amazon machine image that comprises regions, availability zones, and local zones. Each region operates in different geographical regions and is independent of each other.

Storage (EBS or Instance store)

This AMI parameter is based on the storage of the root device. Based on storage, AMIs are categorized as either of the following two types namely:

  • EBS-backed instances: In this case, the root device for an AWS instance – launched using AMI – is an Amazon EBS volume that has been created from Amazon EBS.
  • Instance store-backed instances: In this case, the root device for an AWS instance – launched using Ami – is an Amazon instance store volume that has been created from an Amazon S3 template.

The table below highlights the main differences between these two storage types:

 EBS-backed AMIInstance store-backed AMI
Instance boot time< 1 minute< 5 minutes
Size limit for root device16TiB10GiB
Data persistenceThe root volume is deleted on the termination of the instance.Data persists only during the overall life of the instance.
CostLess expensiveMore expensive

Launch permissions

An AMI owner can determine their instance availability through the following three launch permissions:

  • Public, that grants instance launch permission to all AWS account holders.
  • Explicit, that grants launch permission only to specific AWS accounts.
  • Implicit, where only the AMI owner has permission to launch an instance.
 Related Article: AWS Interview Questions for Experienced Professionals 

What are Shared AMIs?

In simple language, a shared AMI is one that an AWS developer creates and shares with other users for use. Shared AMIs enable any new AWS user to easily get started using the AWS platform. On the flip side, Shared AMIs are not guaranteed any security or integrity and must be treated as any other foreign code.

You can locate the following shared AMIs from the Amazon EC2 console by selecting the “AMIs” option from the navigation pane:

  • Private images: that contain all the shared AMIs that are private and only for your use.
  • Public images: that contain all the shared AMIs that have been created for public use.

Additionally, you can also create your own AMI and share it for public use or with specific AWS accounts. 

Here’s how you can share your AMI with all AWS account holders:

  • Open the Amazon EC2 console and choose AMIs from the navigation pane.
  • Select your AMI to be shared, then click Actions > Modify Image Permissions.
  • Select the “Public” option before saving your changes.

Alternatively, you can share your AMI for public use by modifying the “launchPermission” property of your AMI. To do this, run the “modify-image-attribute” command for the specific AMI as follows:

aws ec2 modify-image-attribute 
--image-id ami-<ID> 
--launch-permission "Add=[{Group=all}]"

Here’s how you can share your AMI with specific AWS account holders:

  • Open the Amazon EC2 console and choose AMIs from the navigation pane.
  • Select your AMI to be shared, then click Actions > Modify Image Permissions.
  • Specify the AWS account holder by entering their AWS account number in the respective field and then clicking “Add Permission.”

Learn end-to-end AWS concepts through the AWS Course in Hyderabad to take your career to a whole new level!

Alternatively, you can share your AMI for public use by modifying the “launchPermission” property of your AMI. To do this, run the “modify-image-attribute” command for the specific AMI as follows:

aws ec2 modify-image-attribute 
--image-id ami-<ID> 
--launch-permission "Add=[{ UserId=<UserID>}]"

What are Paid AMIs?

As the name suggests, a paid AMI is when you purchase an AMI from another developer. As an AMI developer, you can create an AMI and then sell the same on the AWS Marketplace that is an online store for paid AMIs. For paid AMIs, the AWS user is charged for the instance based on the rates set by the AMI owner.

You can find a paid AMI either from the Amazon EC2 console or from the AWS Marketplace. Here’s how to find one from the Amazon EC2 console:

  • Open the Amazon EC2 console and choose AMIs from the navigation pane.
  • Choose the “Public images” option from the available filter, followed by “Owner” and “AWS Marketplace.”
  • Search for available paid AMIs from this owner, or enter the specific product code (if you happen to know it).

To find a paid AMI from the AWS Marketplace:

  • Open the AWS Marketplace.
  • Specify your operating system.
  • Search for your paid AMI by using the available search filters.

Alternatively, you can find a paid AMI by running the “describe-images” command as follows:

aws ec2 describe-images 
    --owners aws-marketplace

On running this command, you are provided with a list of paid AMIs along with its product code. You can filter the list of paid AMIs by searching for the product code.

You need to first sign up or purchase a paid AMI before launching an AWS instance using the AMI. To purchase a paid AMI, you can use the Amazon EC2 launch wizard.

What are the types of Linux AMI Virtualization?

For the Linux OS, AMIs uses either of the following virtualization methods, which are primarily different in their booting processes:

Paravirtual or PV

In this case, the AVM instance boots with the help of a special boot loader, PV-GRUB that starts the boot cycle and then loads the menu.1st  file kernel on the image. AVM users deploying this method run their instances on host hardware that do not explicitly support virtualization, hence cannot exploit hardware extensions like GPU processing for better performance.

MindMajix YouTube Channel

Hardware virtual machine (HVM)

AMIs that are based on the HVM method has the ability to directly run an OS on the virtual machine without any underlying modification. HVM allows complete access of the virtualized hardware and booting through the execution of the master boot record of your image’s root block device. HVM users can also exploit the hardware extensions on the host system for better performance.

On the whole, the PV method works better for applications with storage and network operations as compared to HVM. However, for the best overall performance, HVM AMIs work better when launching your instances.

How do you find a Linux AMI?

As discussed before, you can only launch an instance after selecting a Linux AMI. Here are the two best ways to locate and select an AMI from the Amazon EC2 console:

Choosing an AMI during the EC2 launch

1) Sign in to the Amazon EC2 console and then select from the available AWS regions in which you wish to launch your instance.

2) Next, from the dashboard, click the “Launch Instance” button.

Amazon Machine Image (AMI)

3) This will open the section where you can now choose an Amazon Machine Image (AMI). You can choose the AMIs from any of the following four sections:

  • Quick Start: lists the commonly used AMIs.
  • My AMI: contains all the AMIs created by you. 
  • AWS Marketplace contains all the paid AMIs created by other AWS users. You can also create and sell your AMIs on this marketplace.
  • Community AMIs: that contain AMIs that have been created for public use.

4) Review the existing AMIs and check the Root device and virtualization type of each AMI. Finally, choose the AMI that satisfies your instance requirements.

Choosing an AMI using the Images page

1) Sign in to the Amazon EC2 console and then select from the available AWS regions in which you wish to launch your instance.

2) From the Images menu on the left navigation pane, choose the “AMIs” option.

3) From the Filter section, select the “Public Images” option from the drop-down list to view all the machine images that are safe for public use. Alternatively, you can select “Private Images" to view all the shared AMIs that have been shared with you.

Public Images

You can also choose to filter the AMIs on the basis of other parameters like AMI name, owner, architecture, and image type.

4) Select the AMI of your choice, then click “Launch” to launch the AWS instance on the next page.

Leave an Inquiry to learn AWS Course in Bangalore

How do you create your own AMI?

You can also create your own AMI from a running AWS instance. You can use this AMI later to launch additional instances in the near future.

Here are the steps you need to follow to create your own AMI:

1) Sign into the Amazon EC2 console.

2) Next, from the dashboard, select the running instance (as illustrated in the figure), then click the Actions > Image > Create Image option.

Image

3) The “Click Image” dialog box is displayed with the following instance-related fields:

  • Instance ID: that shows the ID of the current EC2 instance.
  • Image name: where you can specify the name of your AMI.
  • Image description: an optional field where you can enter the AMI description.
  • Instance volume: that shows the default settings for the instance volume. If required, you can modify the volume size and type in the respective fields. You can also add more instance volumes if required.

4) Click “Create Image” to start the creation of your AMI.

5) After creating the AMI, you can view your AMI in the “Owned by me” section along with its details.

How to deregister your AMI?

You can deregister your AMI once you have finished using it to launch new instances. This does not impact any of the running instances that you have launched using the same AMI.

Additionally, deregistering an EBS-backed AMI does not impact the snapshots taken for the instance volumes created when creating the AMI. You need to delete those snapshots separately. 

For instance, for store-backed AMIs, deregistering does not impact the files uploaded to the Amazon S3 location when creating the AMI. You need to delete uploaded files separately. 

Here’s how you can deregister your AMI:

1) Sign in to the Amazon EC2 console.

2) Next, from the dashboard, click the “AMIs” option in the left navigation pane.

3) Select the “Owned by me” filter option, and then select the AMI that you want to deregister.

4) Click Actions > Deregister

deregister-image

5) Click Continue on the Deregister dialog box to complete the deregistration process.

Alternatively, you can deregister your owned AMI by running the “deregister-image” command as follows:

aws ec2 deregister-image --image-id ami_id

Conclusion

As an AWS user, you can use Amazon Machine Image or AMI to create a new image or customize an existing image to launch new instances. You can also copy the AMI to other AWS regions for wider use. Through this guide, we have learned about shared and paid AMIs, as well as how to create and find an AMI for your use. Additionally, we have learned how to deregister an AMI which is no longer in use.

Hope you have found the article helpful and knowledgeable. You can leave a message if you have any doubts regarding AWS AMI. 

Join our newsletter
inbox

Stay updated with our newsletter, packed with Tutorials, Interview Questions, How-to's, Tips & Tricks, Latest Trends & Updates, and more ➤ Straight to your inbox!

Course Schedule
NameDates
AWS TrainingMar 23 to Apr 07View Details
AWS TrainingMar 26 to Apr 10View Details
AWS TrainingMar 30 to Apr 14View Details
AWS TrainingApr 02 to Apr 17View Details
Last updated: 08 Nov 2023
About Author

Prasanthi is an expert writer in MongoDB, and has written for various reputable online and print publications. At present, she is working for MindMajix, and writes content not only on MongoDB, but also on Sharepoint, Uipath, and AWS.

read more
Recommended Courses

1 / 15