Static Website Demo

Hello World

This simple static website is hosted on AWS using Route 53 for DNS, S3 for static site storage, and CloudFront for fast global delivery.

Route 53 Handles the domain and routes visitors to the website endpoint.
S3 Stores the static HTML, CSS, and any asset files for the site.
CloudFront Caches and serves the site globally with lower latency and HTTPS support.