Deployed a Linux server on AWS EC2 and configured nginx.
Configured security groups and managed SSH access.
Debugged real-world network and browser issues.
Understanding cloud infrastructure
Linux server management
Networking basics and troubleshooting
Cloud provider: AWS
Compute: EC2 (t3.micro)
Web server: nginx
Access: SSH (port 22)
HTTP access: port 80 (Security Group)
Fixed SSH timeout caused by Security Group rules
Resolved HTTP access issue (port 80)
Handled browser caching issues