Skip to main content

Command Palette

Search for a command to run...

Create Amazon Machine Images (AMIs) from EC2 Instances: An Easy Guide

Step-by-Step Guide to Deploy Amazon Machine Images on EC2

Updated
1 min read
Create Amazon Machine Images (AMIs) from EC2 Instances: An Easy Guide
A
Associate Software Developer with experience building scalable, production-grade systems and backend services. Strong foundation in data structures, system design, and core computer science concepts, with a passion for learning new technologies and sharing practical engineering knowledge through writing.

An Amazon Machine Image (AMI) is an image provided by AWS that 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 require multiple instances with the same configuration. You can use different AMIs to launch instances when you require instances with different configurations.

Steps to Create an AMI

  1. Create an EC2 instance. You can check out an AWS EC2 Instance with Windows or an AWS EC2 Instance with Linux.

  2. Now select the instance and click on Actions.

  3. Select Image and Templates.

  4. Choose Create Image.

  5. Write down a suitable name for this image.

  6. Scroll down and click Create Image.

  7. Select AMIs under Images from the left panel.

  8. Wait until the image of status is not Available.

    NOTE: Do not terminate the instance before the image is created; otherwise, the image will not be generated. Once the image status is available, you can terminate the instance.

  9. Select this image, and go to Actions.

  10. Choose Deregister AMI and again Deregister AMI to delete the AMI.

  11. Now Terminate the instance.

AWS Training Chronicles: From Novice to Expert

Part 4 of 22

Follow my journey as I learn AWS from scratch, sharing insights, tips, and hands-on experiences along the way.

Up next

Create EC2 Instances from Amazon Machine Images (AMIs): An Easy Guide

Simple Instructions for Setting Up EC2 Instances with AMIs