Aws Cloud Front with Amit Kumar2022

Aws Cloud Front with Amit Kumar2022

Amazon CloudFront

Amazon CloudFront is a content delivery network (CDN) that allows you to store (cache) your content at “edge locations” located around the world.

This allows customers to access content more quickly and provides security against DDoS attacks.

CloudFront can be used for data, videos, applications, and APIs.

CloudFront benefits:

  • Cache content at Edge Location for fast distribution to customers.
  • Built-in Distributed Denial of Service (DDoS) attack protection.
  • Integrates with many AWS services (S3, EC2, ELB, Route 53, Lambda).

Origins and Distributions:

  • An origin is the origin of the files that the CDN will distribute.
  • Origins can be either an S3 bucket, an EC2 instance, an Elastic Load Balancer, or Route 53 – can also be external (non-AWS).
  • To distribute content with CloudFront you need to create a distribution.
  • There are two types of distribution: Web Distribution and RTMP Distribution.

CloudFront uses Edge Locations and Regional Edge Caches:

  • An edge location is the location where content is cached (separate to AWS regions/AZs).
  • Requests are automatically routed to the nearest edge location.
  • Regional Edge Caches are located between origin web servers and global edge locations and have a larger cache.
  • Regional Edge caches aim to get content closer to users.

The diagram below shows where Regional Edge Caches and Edge Locations are placed in relation to end users:

要查看或添加评论,请登录

AMIT KUMAR的更多文章

社区洞察

其他会员也浏览了