- Serverless Design Patterns and Best Practices
- Brian Zambrano
- 207字
- 2021-08-27 19:12:05
CDN with CloudFront
CloudFront is Amazon's CDN service. A CDN's primary focus is to improve the delivery of static assets to the end user. This task is typically accomplished by running multiple points of presence (POPs) around the globe and distributing your contents in those various geographic locations. When a user somewhere on the planet requests one or more of your files, the CDN can fetch the content that is closest to the user to minimize latency. Of course, this is only one small and dumbed-down explanation of a single CDN feature. The bottom line is that CDNs help us to speed up delivery of our content and should be used in any web application.
CloudFront has some very nice features that will allow us to integrate with other AWS services. We will create a CloudFront distribution that will pull our content from S3. In this way, CloudFront is a layer that aids in the acceleration of content delivery but does not own any content itself. We'll be able to configure caching controls to suit our needs and will also be able to serve our content over a custom domain with a free TLS certificate from AWS Certificate Manager. All of this is possible thanks to CloudFront.
- 繪制進程圖:可視化D++語言(第1冊)
- 大數據時代的數據挖掘
- 快學Flash動畫百例
- 21天學通ASP.NET
- iClone 4.31 3D Animation Beginner's Guide
- 系統安裝與重裝
- Docker High Performance(Second Edition)
- 高維聚類知識發現關鍵技術研究及應用
- INSTANT Drools Starter
- 突破,Objective-C開發速學手冊
- INSTANT Munin Plugin Starter
- 21天學通Linux嵌入式開發
- MPC5554/5553微處理器揭秘
- 30天學通Java Web項目案例開發
- Serverless Design Patterns and Best Practices