01
Custom VPC
Created an isolated AWS network using the 10.0.0.0/16 address space.
AWS CLOUD INFRASTRUCTURE LAB
A hands-on AWS infrastructure project built to understand networking, Linux, security, routing, and cloud deployment from the ground up.
01 / ARCHITECTURE
02 / INFRASTRUCTURE
01
Created an isolated AWS network using the 10.0.0.0/16 address space.
02
Built public and private subnets across multiple Availability Zones.
03
Connected an Internet Gateway and configured a route table for public internet access.
04
Deployed an Amazon Linux EC2 instance into the public subnet.
05
Installed and configured Nginx to serve web content from the EC2 instance.
06
Connected securely to the Linux server using SSH key authentication.
03 / SECURITY
Public web traffic
Restricted administrative access
04 / WHAT I LEARNED
This lab helped me understand how VPC addressing, subnetting, route tables, Internet Gateways, security groups, Network ACLs, Linux administration, SSH, and web services work together to make an application reachable from the internet.