How to Create Free EC2 Instance in AWS: Step by Step Tutorial 2022 | worldwebtool
aws create ubuntu ec2 instance
EC2 stands for, Elastic Compute Cloud. It is a part of Amazon’s cloud-computing platform, Which allows users to rent virtual computers on which they can run their own computer applications. Creating and using the EC2 instance is very simple. Launching EC2 instances is one of the most basic tasks AWS cloud users perform. AWS makes it easy to complete the EC2 instance launch process, but there are still many steps involved.
Following are the steps:
Step 1: Create /login to aws account
After creating account ,you can click on login button for getting login.
You will see a screen like attached screen below
after selecting user and adding email ,you will see a screen for password
After succesffull login, aws dashboard screen is available
Step 2: EC2 Service
AWS page, click on service, and find EC2 option.
Step 3: Create an EC2 Instance
click on launch instance button
after clicking on Launch instance button ,will be redirect on creating instance page.The design of this page is updated in 2022 so here you can select all the stuff in a single page.
- Select Name of the instance ,tags
- Most importance server type. We can select ubuntu server ,linix server ,windows or mac os also for your instance.
- Very intrasting we can select os Architecture (64-bit *86 , 64-bit Arm) .
- After selecting architecture , select the instance type with Free tier eligible.
- Select the security group for login.
Add the ports which you wanted to Open to the outside world. I have added Port 8000 since I want to deploy my website to this port.
Also, I have added HTTP and HTTPS port.
0.0.0.0 means you can access these ports from anywhere. If you want to access your ports from a known IP address then mention those addresses here.
- Then select Network settings.
- Then select the storage ,select available free tier storage
- At last select number of instances and then click on launch instance button
Visual Respresentation of steps:
step:1
Step:2
Step:3
Step:4
Step:5
step:6
These are the basic steps for creating instance on EC2.
For creating account on amazon ,click here