A concise collection of hands-on AWS projects focused on storage, identity & access management, and networking/security.
-
S3 Static Website Hosting
Goal: Deliver a public, highly available static site on S3 with tightly scoped write permissions and least-privilege management access. -
EC2 Access Controls with IAM
Goal: Enforce least-privilege administration and environment isolation (dev vs prod) using IAM users/groups/roles and instance profiles. -
VPC Traffic Flow & Security
Goal: Implement a two-tier VPC with correct ingress/egress paths (IGW/NAT), subnet-level boundaries (NACLs), and workload-level controls (Security Groups).