In this blog, We will show you how to Spin Up the EC2 Instance.
Launch the Golden Image
We are going to use Ubuntu 18.04 AMI and t2.micro Instance in N.Virginia Region to Spin Up the EC2 Instance
Step 1: We have selected the Ubuntu 18.04 AMI.

Step 2: We have selected the t2.micro instance type which is 1 vCPU and 1GiB Memory Configuration comes under the AWS free tier.

Step 3: We have selected the default VPC and us-east-1a subnet and everything is the default. ( Note: Selecting the subnet is optional )

Step 4: We have selected 8 GiB storage for the root volume. ( Root volume is used to boot our OS )

Step 5: Tags are recommended in a production environment. To provide appropriate tags to your infra resources. In this, we have provided only the Nametag.

Step 6: It is recommended to provide a description for every Security Group entry. In this, we have allowed all traffic to our IP.

Step 7: Review your Infra resources and launch the instance with your desired key pair or create new key pair. Now our EC2 instance is running.

Thus we Spin Up the EC2 Instance.

Srikanth