Amazon CloudFront
Explore the components of Amazon CloudFront and how it orchestrates content delivery using a strong AWS global infrastructure.
We'll cover the following...
Amazon CloudFront is a Content Delivery Network (CDN) service that optimizes the content delivery from its source to end-users through smart caching mechanisms and a strong global network infrastructure. CloudFront’s architecture leverages advanced content distribution, caching, and delivery management systems.
Let’s learn about CloudFront through its core components.
Components of CloudFront
CloudFront distribution has four main components:
Origins: They serve as the source locations for the content distributed through CloudFront. These can be Amazon S3 buckets or any other web server. The S3 is commonly used to store static website content, media files, and software downloads.
Distributions: They are the primary configuration entities in CloudFront, representing the deployment of content to the CloudFront network. Each distribution specifies:
Origins: One or more origins from which CloudFront retrieves content.
Settings: Cache behaviors, origin request settings, SSL configurations, and more. ...