Skip to main content

Command Palette

Search for a command to run...

How to Launch Your First Amazon EC2 Instance

Amazon Elastic Compute Cloud (EC2) is the backbone of AWS, allowing you to spin up virtual servers in minutes. If you are looking to get started, follow this simple visual guide.

Updated
2 min read
How to Launch Your First Amazon EC2 Instance

Step 1: Initiate the Launch

Start by navigating to the EC2 Dashboard. On the main landing page, you’ll see a prominent call to action. Click the orange Launch instance button to begin the configuration process.

Step 2: Choose Your Path

AWS offers helpful walkthroughs for beginners. However, if you want full control over your settings, click launch without a walkthrough the bottom right. This takes you directly to the advanced configuration page.

Step 3: Name Your Server

Organization is key in the cloud. Under the Name and tags section, enter a descriptive name for your instance e.g., My-Web-Server in the text field. This makes it easy to identify your resource later among dozens of others.

Step 4: Select an Operating System (AMI)

Now, choose the brain of your server. Under Application and OS Images, select your preferred OS.

  • Pro Tip: Choose Amazon Linux (as seen in the screenshot) if you want a stable, high-performance environment that is often eligible for the AWS Free Tier.

Step 5: Secure Your Login (Key Pair)

To access your server later via SSH, you need a digital key. In the Key pair (login) section:

  • Select an existing key from the dropdown.

  • If you don't have one, click Create new key pair.

  • make sure you save after creation.

Step 6: Configure the Firewall

The Network settings section acts as your server's security guard.

  • Choose Select existing security group if you have rules already defined.

  • Otherwise, keep Create security group selected to allow specific traffic (like SSH or HTTP) to reach your instance.

Step 7: Finalize Storage and Launch

Review your storage settings—the default is usually 8 GiB (gp3), which is perfect for general use. Once you’ve verified the details in the Summary sidebar on the right, click the orange Launch instance button.

once done launching, you ec2 instance will be ready and running, BRAVO!!!!