Skip to main content

Command Palette

Search for a command to run...

Day 6 : Launch EC2 Instance

100 Days of Cloud (AWS)

Updated
1 min read
Day 6 : Launch EC2 Instance

Hello and welcome back. Today, we will learn how to launch an EC2 instance in AWS. In this lab, you will understand what EC2 is and how it works. Your EC2 instance should be named xfusion-ec2, the instance type must be t2.micro, and you need to attach the default security group.

What is EC2 Instance?

Amazon EC2, or Elastic Compute Cloud, is a web service from Amazon Web Services (AWS) that provides scalable virtual servers in the cloud, also known as "instances". It allows users to rent computing power, storage, and network connectivity, eliminating the need for upfront hardware investments and enabling faster application development and deployment. Users can configure and control these virtual machines, which can be customized with different operating systems, applications, and settings.

Congratulations you did it. It looks good. This lab was successfully completed without any errors. See you in day 7. If you have any issues please let me know I will be happy to assist you. Stay tuned and learn together. If you find my article useful, please kindly like and share it.

100 Days of Cloud (AWS)

Part 45 of 50

In this series you will learn how to configure and manage cloud resources using AWS. My intention is to provide an explanation and share the answers for 100 Days of Cloud (AWS) from KodeKloud.

Up next

Day 5 : Create GP3 Volume

100 Days of Cloud (AWS)