- 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.
- Instant Raspberry Pi Gaming
- Introduction to DevOps with Kubernetes
- Mobile DevOps
- 數據挖掘實用案例分析
- Windows程序設計與架構
- 信息物理系統(tǒng)(CPS)測試與評價技術
- Learning C for Arduino
- Visual FoxPro數據庫基礎及應用
- 基于神經網絡的監(jiān)督和半監(jiān)督學習方法與遙感圖像智能解譯
- R Data Analysis Projects
- 生物3D打印:從醫(yī)療輔具制造到細胞打印
- IBM? SmartCloud? Essentials
- 智能鼠原理與制作(進階篇)
- 三菱FX/Q系列PLC工程實例詳解
- 電氣控制及Micro800 PLC程序設計