VPC & IP Plan
Define CIDR space and subnet allocation for the environment.
AWS LAB ยท 01
Designing a resilient AWS VPC with public and private subnets, controlled Internet access and a multi-AZ architecture.
THE GOAL
The goal of this lab is to build a production-style AWS network rather than a single flat VPC.
The design will use multiple Availability Zones, separate public and private subnets, controlled Internet access, routing and security policies.
ARCHITECTURE
DESIGN COMPONENTS
Define CIDR space and subnet allocation for the environment.
Deploy public and private subnets across multiple Availability Zones.
Build route tables for public and private traffic flows.
Use an Internet Gateway and NAT architecture for controlled access.
Compare Security Groups and Network ACL behavior.
Test what happens when components or paths become unavailable.
DESIGN DECISIONS
This section will document the reasoning behind subnet placement, routing, Internet access and high-availability decisions.
The goal is not just to show what was configured, but why the architecture was built that way.
LESSONS LEARNED
This section will be updated after the lab is complete with troubleshooting notes, unexpected behavior and design improvements.