Hi, I'm Areeb Syed

Building things that live in the cloud, not just in localhost.

I'm learning cloud infrastructure hands-on by building small, real projects on AWS. This page itself is one of them — served directly from Amazon S3.


About This Project

This is a static webpage hosted using Amazon S3's static website hosting feature — no servers, no backend, no database.

Browser Requests URL GET request S3 bucket Static website hosting enabled Bucket policy Allows public GetObject index.html Page found error.html Not found (404) checked on every request 200 OK + index.html, or 404 + error.html
Hosted on AWS S3