Verified AWS Deployment

Amazon EC2
Nginx Hosting

A Linux-based static website deployed on an Amazon EC2 instance using Nginx, secure SSH access, Security Groups, Git, and automated shell scripts.

Deployment completed successfully

Cloud-hosted.
Script-verified.

The server was configured on Amazon Linux 2023. Nginx configuration, service status, local HTTP response, and public website access were successfully verified.

Amazon EC2 Linux Nginx Security Groups SSH Shell Script
HTTP 200 Response verified
Active Nginx service
Port 80 Public web access
Port 22 Restricted SSH access

From instance launch to verified deployment.

This project demonstrates the complete workflow of hosting a web application on Amazon EC2, including server access, Nginx installation, security configuration, automated deployment, and technical validation.

01

Cloud Compute

Launched an Amazon Linux 2023 EC2 instance using a free-tier eligible instance type and general-purpose storage.

02

Secure Networking

Restricted SSH access to the administrator IP and opened HTTP port 80 for public website traffic.

03

Automated Deployment

Used a reusable shell script to install Nginx, deploy the website, enable the service, and validate the response.

Simple architecture. Clear responsibilities.

User Browser Sends an HTTP request to the public EC2 address.
Internet Routes the request toward the public cloud resource.
Security Group Permits HTTP traffic on port 80 and restricted SSH.
Amazon EC2 Runs the Amazon Linux 2023 operating system.
Nginx Serves the static website content to the browser.

Every important deployment check passed.

Nginx configuration Configuration syntax and validation test completed successfully.
Nginx service Service enabled, started, and confirmed as active.
Local HTTP response Server returned an HTTP/1.1 200 OK response.
Public website access The deployed website was successfully opened from a public browser.

Real deployment proof.

The project repository includes deployment screenshots with sensitive infrastructure identifiers hidden for safe public documentation.

Explore the complete source code and deployment process.

The repository includes the static website, shell automation scripts, verification script, architecture notes, deployment instructions, and real project evidence.

Open GitHub Repository