SDE C

DevOps Deployment on AWS

This static site demonstrates a simple, professional DevOps deployment hosted on an AWS EC2 instance and served via Nginx. The project is designed for easy deployment and later DNS/SSL integration with Route53 and HTTPS.

Infrastructure

Core technologies used for the deployment

AWS EC2

Linux server to host the static site.

Nginx

Lightweight web server for serving static files and reverse proxying.

Git & GitHub

Source control and CI/CD trigger point.

Route53

DNS management and domain routing.

SSL / HTTPS

Secure transport for production traffic.

Deployment Pipeline

Simplified flow from source to secure delivery

GitHub
EC2
Nginx
Route53
HTTPS

About the Deployment

This is a static HTML website intended to be served by Nginx on an Amazon Linux 2023 EC2 instance. The site contains no server-side code and can be deployed by copying the static files into the web root and configuring Nginx. DNS and SSL can be configured with Amazon Route53 and ACM or with Let's Encrypt on the instance.