What does this project do?

I designed and deployed a three-tier Virtual Private Cloud (VPC) in AWS to demonstrate secure and scalable infrastructure design. The environment includes public subnets for the web tier, private subnets for the database tier, NAT gateways for controlled outbound access, and tightly scoped security groups and NACLs.

Why does this even matter?

Employers need engineers who understand that networking is the foundation of security. This project proves I can design cloud networks that are resilient, properly segmented, and follow least-privilege principles.

Highlights / Basic Workflow

  • Multi-AZ architecture for high availability
  • IAM roles for service-to-service authentication (no hard-coded credentials)
  • Encrypted S3 bucket for logging traffic flow

Video Walkthrough / Demonstration

Embedded YouTube demo coming soon

More Details

Detailed walkthrough, architecture diagrams, and implementation notes will be added here.
(Coming soon: in-depth writeup and code samples.)