What Is Amazon CloudFront?

Amazon CloudFront is a web service that speeds up distribution of your static and dynamic web content, such as .html, .css, .js, and image files, to your users. CloudFront delivers your content through a worldwide network of data centers called edge locations. When a user requests content that you're serving with CloudFront, the user is routed to the edge location that provides the lowest latency (time delay), so that content is delivered with the best possible performance.

·         If the content is already in the edge location with the lowest latency, CloudFront delivers it immediately.

·         If the content is not in that edge location, CloudFront retrieves it from an origin that you've defined—such as an Amazon S3 bucket, a MediaPackage channel, or an HTTP server (for example, a web server) that you have identified as the source for the definitive version of your content.

  • 24 Users Found This Useful
Was this answer helpful?

Related Articles

Cloud computing with AWS

Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform,...

Cloud Service Models

There are three types of service models in cloud − IaaS, PaaS, and SaaS. IaaS IaaS stands for...

What is Amazon Ec2?

    Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the...

Features of Amazon EC2

Amazon EC2 provides the following features: ·         Virtual computing environments, known as...

Amazon EC2 Key Pairs

Amazon EC2 uses public-key cryptography to encrypt and decrypt login information. Public–key...