Would you like to learn how to create an Amazon AMI Linux image? In this tutorial, we are going to show you how to create a Linux image from a virtual machine and how to deploy a new EC2 virtual machine using an AMI image.

Amazon AWS Playlist:

On this page, we offer quick access to a list of videos related to Amazon AWS.

Don't forget to subscribe to our youtube channel named FKIT.

Amazon AWS Related Tutorial:

On this page, we offer quick access to a list of tutorials related to Amazon.

Tutorial - How to Create an AWS EC2 Ubuntu

On the EC2 Dashboard, access the Instances menu and click on the Instances option.

aws ec2 instances

On the EC2 Instance screen, click on the Launch Instance button.

aws ec2 launch instance

Now, it is time to select the desired Operational system image.

On the list presented, locate and select the Ubuntu Linux image.

ec2 ubuntu

As the second step, you will have to select the type of virtual machine that will run the Ubuntu Linux.

Basically, you will select the number of processors and the amount of RAM that you want.

aws ec2 vm type

If you do not want to specify the amount of hard disk available to this virtual machine, click on the Review and Launch button.

If you want to specify the amount of hard disk available to this virtual machine, click on the Configure instance detail button.

On the summary screen, click on the Launch button.

aws ec2 launch

Select the Key pair authorized to connect to the new virtual machine and click on the Launch Instances.

In our example, the key pair named TEST was selected.

aws instance keypair

On the EC2 Dashboard, access the Instances menu and click on the Instances option.

As you can see a new virtual machine was created.

aws instances

In our example, the virtual machine got the Dynamic IP address: 34.217.14.140

Tutorial - How to Create an EC2 AMI Linux Image

On the EC2 Instance screen, select the Linux virtual machine that will become the Image.

Click on the Action button, access the Image menu and click on the Create Image option.

aws ec2 create ami image

On the new image, enter the image name and click on the Create Image button

In our example, an image named MY-IMAGE was created.

AWS EC2 IMAGE

Wait for the image creation process to end.

The EC2 image creation process might take minutes or hours.

ec2 image confirmation

On the EC2 Dashboard, access the Images menu and click on the AMIs option.

EC2 AMI MENU

Select the AMI Linux Image to create a new virtual machine.

Click on the Action button and select the Launch option.

ec2 image launch

Select the type of virtual machine.

Click on the Review and Launch button.

aws ec2 vm type

You have successfully created a Linux Image on Amazon AWS.