- Implementing Modern DevOps
- David Gonzalez
- 148字
- 2021-07-08 10:11:21
CloudFront
CloudFront solves one of the biggest problems that low traffic websites experience when a spike in visits happens: it provides a cache in a way that makes us wonder whether AWS is the one that serves the data and not our server. Basically, CloudFront intercepts the request to our host, renders the page, and keeps it for up to 24 hours so our site offloads the traffic to AWS. It is designed for serving static content, as the second time that the user hits the same URL, the cached version will be served instead of hitting your server again.
It is highly recommended that you use CloudFront for the brochure site of your company so that you can serve all the traffic with a very small machine, saving some money in resources but also being able to improve your uptime when a traffic spike hits your site.
- Embedded Linux Projects Using Yocto Project Cookbook
- C# 7 and .NET Core Cookbook
- Software Defined Networking with OpenFlow
- 編程的修煉
- 深入淺出Prometheus:原理、應(yīng)用、源碼與拓展詳解
- Learning Elixir
- Responsive Web Design with HTML5 and CSS3
- 程序員考試案例梳理、真題透解與強化訓(xùn)練
- HTML5 and CSS3 Transition,Transformation,and Animation
- Ext JS 4 Web Application Development Cookbook
- Oracle從入門到精通(第5版)
- INSTANT Adobe Edge Inspect Starter
- Buildbox 2.x Game Development
- Deep Learning with R Cookbook
- Python函數(shù)式編程(第2版)