AWS CloudFront
cloud AWS

5 minutes


go back go back go back home home

What is CloudFront?

CloudFront - Origins (HTTP Backend)

CloudFront - Diagram

"weighted"


CloudFront vs S3 Cross-Origin replication

CloudFront

- Global Edge Network
- Files are cached for a TimeToLive (TTL) [eg. Maybe a day]
- Great for static content that must be available everywhere.

S3 Cross Region Replication

- Must be setup for each region, you want replication to happen
- Files are updated in real-TimeToLive
- Files are read-only
- Great for dynamic content that needs to be available at low latency in few regions.

S3 Transfer Acclerator

Increase the transfer speed by transfering the file to an AWS Location which will forward the data to the S3 bucket in the target Region!