Basic Information
| Field | Details |
|---|---|
| English name | Amazon CloudFront |
| Full name | Amazon CloudFront |
| Chinese description | 内容分发网络(CDN) |
| Japanese description | コンテンツ配信ネットワーク |
| Exam frequency | ⭐⭐⭐⭐⭐ |
| Often confused with | Route 53 / Global Accelerator / S3 Transfer Acceleration |
In one sentence
A content delivery network that caches content at edge locations and protects private origins.
Key points
- CloudFront reduces latency by serving cached content closer to users.
- Origins can include S3, ALB, EC2, API Gateway, and custom HTTP servers.
- Use Origin Access Control to keep an S3 origin private rather than exposing the bucket.
Exam takeaway
Cache policies, TTLs, invalidations, HTTPS, WAF, and signed URLs or cookies are common design points.