[AWS] How to provision Free AWS EC2 Instance in five minutes?



In this post, We will discuss how to provision new AWS EC2(Elastic Compute Cloud) Instance in five minutes.

Step 1: Sign up into AWS console by entering your details.

Step 2: Select EC2 option available in the services tab. There are several other options available in the services tab but for now, we will concentrate on launching Amazon EC2 instance.

Step 3: Once it is selected, you can select launch instance button under Create Instance on your screen.



Step 4: Once Launch instance option is selected, you will be asked series of questions. The first question is to choose an Amazon Machine Image(AMI). It is actually, type of operating system you want to provision. Pricing details about AWS instance available in EC2 Instance Pricing.


Here, We are going to provision free tier instance,  In the above image select instance tagged with "Free Tier Eligible", You can select any flavor of Operating System.

Step 5: Once Amazon Machine Image selected, you will be asked to choose an Instance Type. Here, We will choose t2.micro instance because micro instance only eligible for free tier eligibility. You can select any type of instance based on your need.



Step 6: After choosing an Instance Type, we will be given the option to configure our Instance however we can skip it by selecting Review and Launch option. Now we will discuss configuring EC2 Instance Details.

In the configure instance option, you can increase Number of Instances and configure monitoring details for your instance.

Step 7: You can add some more storage to your instance in the next step. For now, I will leave it to default.

Step 8: If you want, you can add tags in step 5. Step 6 is about Configuring Security Group, Here you can configure ports which you want to expose to outside world.

Step 9: In the last step, You will be given the option to review you AWS EC2 instance details. Review it and select launch button available.


It will take few minutes to launch your instance, Once it is successfully launched you will find below option.


You have successfully launched your first AWS free instance, You can access EC2 instance by right click on the instance and by selecting connect option. 

You can follow our facebook page for latest updates.

Comments