CloudFront Fundamentals

Content Delivery Network Core Concepts

What is CloudFront?

AWS CloudFront is a global Content Delivery Network (CDN) service that delivers content with low latency and high transfer speeds.

Global network: 400+ edge locations worldwide
Low latency: Content cached closer to users
High performance: Optimized for speed and reliability

Edge Locations

Edge locations are data centers where CloudFront caches content for faster delivery to users.

Edge Locations

Cache content for read operations

Regional Edge Caches

Intermediate cache layer

Origin Servers

Source of original content

Distribution Types

Web Distribution

For websites, APIs, and web applications

  • • Static and dynamic content
  • • HTTP and HTTPS protocols
  • • Custom origins and S3 origins
  • • Lambda@Edge support

RTMP Distribution (Deprecated)

For streaming media files using Adobe Flash

  • • Legacy streaming protocol
  • • No longer recommended
  • • Use web distribution instead
  • • Modern streaming alternatives

How CloudFront Works

1. User Request

User requests content from CloudFront domain

2. Edge Location Check

CloudFront checks if content is cached at nearest edge

3. Cache Hit/Miss

If cached, serve immediately; if not, fetch from origin

4. Content Delivery

Content delivered to user and cached for future requests

Key Benefits

Performance

Reduced latency through edge caching
Improved page load times
Better user experience

Scalability

Handles traffic spikes automatically
Global distribution capability
Reduces origin server load

Security

DDoS protection with AWS Shield
SSL/TLS encryption support
WAF integration available

CloudFront Fundamentals Exam Tips

  • • CloudFront is a global CDN with 400+ edge locations worldwide
  • • Edge locations cache content for read operations, not write operations
  • • Regional Edge Caches provide intermediate caching layer
  • • Web distributions support both static and dynamic content
  • • CloudFront integrates with AWS Shield for DDoS protection
Back to CloudFront Topics Next: Caching & Performance