AWS EC2
Linux server to host the static site.
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.
Core technologies used for the deployment
Linux server to host the static site.
Lightweight web server for serving static files and reverse proxying.
Source control and CI/CD trigger point.
DNS management and domain routing.
Secure transport for production traffic.
Simplified flow from source to secure delivery
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.