<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Simran Rajoriya</title>
    <description>The latest articles on DEV Community by Simran Rajoriya (@simran_rajoriya).</description>
    <link>https://dev.to/simran_rajoriya</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3823256%2F5224ca03-9894-4b9d-a6ef-da317578f9e4.png</url>
      <title>DEV Community: Simran Rajoriya</title>
      <link>https://dev.to/simran_rajoriya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/simran_rajoriya"/>
    <language>en</language>
    <item>
      <title>Launching an EC2 Instance</title>
      <dc:creator>Simran Rajoriya</dc:creator>
      <pubDate>Sat, 14 Mar 2026 02:49:06 +0000</pubDate>
      <link>https://dev.to/simran_rajoriya/launching-an-ec2-instance-mfo</link>
      <guid>https://dev.to/simran_rajoriya/launching-an-ec2-instance-mfo</guid>
      <description>&lt;p&gt;What is Amazon EC2?&lt;br&gt;
  Amazon EC2 stands for Elastic Compute Cloud.It is a service provided by AWS that allows users to create virtual servers in the cloud.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Steps to Launch an EC2 Instance&lt;/strong&gt;&lt;br&gt;
Step 1: Login to AWS Console&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;First, login to the AWS Management Console.&lt;/li&gt;
&lt;li&gt;After login, go to the search bar and type EC2.&lt;/li&gt;
&lt;li&gt;Click on EC2 service to open the dashboard.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Step 2: Launch Instance&lt;/p&gt;

&lt;p&gt;1.Inside the EC2 dashboard, click on Launch Instance.&lt;br&gt;
2.This will start the process of creating a new virtual&lt;br&gt;&lt;br&gt;
server.&lt;/p&gt;

&lt;p&gt;Step 3: Choose Instance Type&lt;/p&gt;

&lt;p&gt;1.Next step is selecting the instance type.&lt;br&gt;
2.t2.micro or t3.micro&lt;br&gt;
(These are free-tier eligible instances.)&lt;/p&gt;

&lt;p&gt;Step 4: Configure Key Pair&lt;/p&gt;

&lt;p&gt;1.Now you need to create a key pair.&lt;br&gt;
2.This key pair is used to securely connect to your EC2 instance.&lt;br&gt;
(Download the key pair file and keep it safe.)&lt;/p&gt;

&lt;p&gt;Step 5: Configure Security Group&lt;/p&gt;

&lt;p&gt;In this step, you allow network access.&lt;br&gt;
1.SSH (port 22) for connecting to server&lt;br&gt;
2.HTTP (port 80) if you want to host a website&lt;/p&gt;

&lt;p&gt;Step 6: Launch the Instance&lt;/p&gt;

&lt;p&gt;Now click on Launch Instance.&lt;br&gt;
(After a few seconds your EC2 instance will start running.)&lt;/p&gt;

&lt;p&gt;Step 7: Connect to the Instance&lt;/p&gt;

&lt;p&gt;Go to the EC2 dashboard and select your instance.&lt;br&gt;
Click Connect and follow the instructions to connect using SSH.&lt;/p&gt;

&lt;p&gt;Now your cloud server is ready to use.&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
  </channel>
</rss>
