DEV Community

Cover image for 🚀 Deploying a Static Website on AWS EC2 (Step-by-Step Guide)
Sushant Deshpande
Sushant Deshpande

Posted on

🚀 Deploying a Static Website on AWS EC2 (Step-by-Step Guide)

As part of my cloud learning journey, I deployed my first static website on AWS EC2.

Technologies Used:

  • HTML & CSS
  • AWS EC2
  • Ubuntu Linux
  • Apache Web Server
  • Git & GitHub

Deployment Steps:

  1. Launched EC2 instance
  2. Configured Security Group (Port 80 open)
  3. Installed Apache
  4. Uploaded index.html file
  5. Accessed website using Public IP

This was a hands-on practice project to understand how real cloud servers work.

GitHub Repository:
https://github.com/sushantdeshpande/cloud-practice

More advanced cloud projects coming soon 🚀

Top comments (0)