- 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.
- iOS面試一戰(zhàn)到底
- Learning PostgreSQL
- Android Studio Essentials
- OpenCV 3和Qt5計算機視覺應(yīng)用開發(fā)
- Java開發(fā)入行真功夫
- 面向STEM的Scratch創(chuàng)新課程
- 精通軟件性能測試與LoadRunner實戰(zhàn)(第2版)
- C#程序設(shè)計教程
- 匯編語言程序設(shè)計(第3版)
- Learning Hunk
- Swift語言實戰(zhàn)精講
- Java EE 8 Application Development
- Learning Apache Karaf
- 開源項目成功之道
- 從Power BI到Analysis Services:企業(yè)級數(shù)據(jù)分析實戰(zhàn)