CloudFront

aws/networking aws/service

💡 Definition

Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency and high transfer speeds.

⚙️ How it Works

  1. You configure a CloudFront distribution, specifying your origin (where your content is stored).
  2. When a user requests content, their request is routed to the nearest Edge Location.
  3. If the content is in the cache at that Edge Location, it's served immediately.
  4. If not, CloudFront retrieves the content from the origin, caches it, and then delivers it to the user.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * Edge Location * S3 * Route 53