AWS DevOps project

Static website.
Production workflow.

A hands-on test of a classic AWS architecture: hosting a static website in S3, distributing it through CloudFront, and routing a custom domain with Route 53.

01 / STORAGE

Amazon S3

Stores and serves the static HTML pages, including the custom index and error documents.

02 / DELIVERY

CloudFront CDN

Provides global caching, compression, HTTPS, and fast delivery for visitors.

03 / ROUTING

Route 53

Connects a domain name to the CloudFront distribution using an alias record.

Visitor → Route 53 → CloudFront → S3 bucket → index.html