← Back to projects

AWS Lab Write Up

AWS VPC Lab Experience

I recently completed a Udemy lab where I set up a custom AWS Virtual Private Cloud to support EC2 deployments. The goal was to create a secure and scalable network by designing public and private subnets, assigning route tables, and making sure the environment supported clean traffic flow.

Getting started

Before jumping into the lab, I sketched out the VPC on paper first. That made it easier to plan CIDR ranges, think through subnet placement, and understand how the pieces should talk to each other before I started clicking through AWS.

What I built

In the lab, I created the VPC, added public and private subnets, configured route tables, and launched EC2 instances to test connectivity. The public subnet had auto assigned public IPs and a route to the internet gateway, while the private subnet stayed more restricted for security.

Key takeaway

The biggest takeaway was that networking is not just background plumbing in cloud. It is a core security layer. Sketching the network ahead of time helped me understand subnetting and CIDR planning better, and trying each step before checking the walkthrough forced me to think more critically about how AWS networking actually works.

Overall, it was a solid hands on lab and another step forward in my cloud security track.