Amazon CloudFront Educational Infographic

Amazon CloudFront

Global Content Delivery Network (CDN) for high-speed, secure data transfer to users worldwide.

The Architecture Ingredients

Origin Server

The source of truth. Can be an S3 bucket, EC2 instance, or an HTTP server where your original content lives.

Edge Locations

A global network of data centers that cache copies of your content closer to your viewers.

Distributions

The configuration that tells CloudFront where to fetch content and how to deliver it (HTTP/HTTPS).

TTL (Time to Live)

Determines how long your content stays in the cache before CloudFront checks the origin for updates.

How It Works: The Request Flow

The journey from user request to content delivery

USER
EDGE LOCATION
AWS ORIGIN
1. Request Content 2. Cache Miss? Fetch 3. Cache Hit? Deliver
1

The User Request

A user requests a file. DNS routes the request to the nearest Edge Location.

2

Cache Inspection

If the file is in the cache (Hit), it’s served instantly. If not (Miss), CloudFront fetches it.

3

Content Delivery

The content is delivered to the user and cached at the Edge for the next request.

Low Latency

Millisecond response times globally.

Security

Integrated with AWS WAF & Shield.

Cost Efficient

Reduce origin load and egress costs.

450+ Points

Presence in 90+ cities across 48 countries.

© 2023 Cloud Infrastructure Educational Series • Amazon Web Services Visualization

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top