01 / STORAGE
Amazon S3
Stores and serves the static HTML pages, including the custom index and error documents.
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.
Stores and serves the static HTML pages, including the custom index and error documents.
Provides global caching, compression, HTTPS, and fast delivery for visitors.
Connects a domain name to the CloudFront distribution using an alias record.
Visitor → Route 53 → CloudFront → S3 bucket → index.html