CloudLaunch is a lightweight AWS demo: a static site on S3 with private docs, built to showcase fundamentals—S3, IAM, and VPC—done right.
S3 public read for the site only; private docs locked down via IAM.
Static HTML/CSS/JS served from S3 (or via CloudFront for HTTPS).
Future app/DB subnets already planned in the VPC design.
A public website bucket (read-only) fronts your static files. Private documents live in a separate bucket with restricted IAM access. VPC subnets segment future services (public, app, db) for a clean network layout.
Replace this with a link to your assignment README in GitHub.