Should I use CloudFront to serve my website content?

1 minute read
0

I'm using Amazon Elastic Compute Cloud (Amazon EC2) and Elastic Load Balancing (ELB) to serve my website. Should I integrate Amazon CloudFront?

Resolution

CloudFront can speed up the distribution of your website's static and dynamic content. For more information, see What is Amazon CloudFront?

CloudFront complements a website that has:

  • A high volume of static content, such as image files
  • Requests from clients around the world

Because CloudFront caches static content on edge locations around the world, CloudFront can reduce latency for websites serving high volumes of static content to global clients.

Other advantages of CloudFront include:

CloudFront isn't recommended for websites that have an origin server that's geographically close to the website's users, such as a regional website.


Related information

Working with distributions

AWS OFFICIAL
AWS OFFICIALUpdated 2 years ago