Welcome to CloudFront Demo
This is a static website served through AWS CloudFront CDN
How This Works
📦 Root Files
Files like /index.html and /about.html use the default cache behavior
Cache: 24 hours
🎨 Immutable Assets
Files in /content/immutable/* are versioned and cached aggressively
Cache: 1 year
📄 Regular Content
Files in /content/* are cached with standard settings
Cache: 24 hours
Example File Paths
| File Path | Cache Behavior | Cache Duration |
|---|---|---|
/index.html |
Default | 24 hours |
/images/logo.png |
Default | 24 hours |
/content/immutable/styles.v1.css |
Immutable | 1 year |
/content/immutable/app.v1.js |
Immutable | 1 year |
/content/blog.html |
Regular Content | 24 hours |