ChandrikaGrandhi
3 min readDec 28, 2023

CREATION OF AN INSTANCE IN AWS:

We need to get aws account to learn all Linux and DevOps subjects. mainly everything is done on the cloud

so we can choose either AWS, AZURE, or GCP clouds. here I can explain how can we create an instance.

  1. we need to click on the EC2 Dashboard.

2. Now click on launch instances.

3. Now you will get an instance creation page like below enter the instance name as you want.

4. Now set AMI for your instances. We had different types of ami like Amazon Linux Ubuntu and Centos.

For now, I choose Amazon Linux.

5. Now we can select any one of the instance types. Based on our volume type

We have t2.nano, t2.micro,t2.small and t2.medium

T3.nano, t3.micro,t3.small and t3.medium etc

6. Now we can create a new key pair. Click on the new key pair

7. So now enter the key pair name and select RSA. Later select the .ppk file if you want to connect with putty or super putty otherwise select the .pem file. Click on the create key pair.

8. Now we can select a security group. Based on our requirements in the

9. Now we can select the volume section and finally see the review of the instances. Like below

10. After getting everything you can see the instances dashboard like below with all IPV addresses and see the instances is running or stopped.