Difference between revisions of "AWS Cloudfront"

From Indie IT Wiki
Line 8: Line 8:
  
 
[https://trycatchfinally.dev/posts/how-to-use-letsencrypt-ssl-cert-to-secure-custom-domain-with-aws-cloudfront/ How to use a Let's Encrypt SSL certificate to secure a custom domain with AWS CloudFront]
 
[https://trycatchfinally.dev/posts/how-to-use-letsencrypt-ssl-cert-to-secure-custom-domain-with-aws-cloudfront/ How to use a Let's Encrypt SSL certificate to secure a custom domain with AWS CloudFront]
 +
 +
[[Category:Amazon]]
 +
[[Category:Cloud]]
 +
[[Category:Software]]

Revision as of 13:59, 8 May 2023

Introduction

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 request is routed to the edge location that provides the lowest latency (time delay), so that content is delivered with the best possible performance.

WordPress CloudFront CDN Setup Using W3 Total Cache

Web Site Hosting

How to use a Let's Encrypt SSL certificate to secure a custom domain with AWS CloudFront