Static site + CDN
Amazon S3 + CloudFront
S3 hosts, CloudFront caches at the edge — the cheapest way to serve a fast global site.
The pieces
Amazon S3
Object storage that scales without a server — the default home for files, backups, static sites, data lakes, and build artifacts across nearly every cloud role.
CloudFront
A content delivery network that caches your site at edge locations worldwide, so the first byte comes from somewhere near the reader rather than from your origin.
Build it, graded
conceptHost a static website on S3
Object storage, static hosting, and public read access — provisioned in CDK, not clicked through a console.
Start free — the first checkpoint needs no card.