My Cloud Projects

AWS EC2 Web Server

Deployed a Linux server on AWS EC2 and configured nginx.

Configured security groups and managed SSH access.

Debugged real-world network and browser issues.

What I Learned

Understanding cloud infrastructure

Linux server management

Networking basics and troubleshooting

Architecture

Cloud provider: AWS

Compute: EC2 (t3.micro)

Web server: nginx

Access: SSH (port 22)

HTTP access: port 80 (Security Group)

Challenges & Solutions

Fixed SSH timeout caused by Security Group rules

Resolved HTTP access issue (port 80)

Handled browser caching issues