- Building Serverless Web Applications
- Diego Zanon
- 174字
- 2021-07-15 17:31:33
S3 pricing
Amazon S3 charges you US$ 0.023 per GB/month stored, US$ 0.004 per 10,000 requests to your files, and US$ 0.09 per GB transferred. However, as we are considering the CloudFront usage, transfer costs will be charged by CloudFront prices and will not be considered in S3 billing.
If our website occupies less than 1 GB of static files and has an average per page of 2 MB and 20 files, we can serve 100,000 page views for less than US$ 20. Considering CloudFront, S3 costs will go down to US$ 0.82 while you need to pay for CloudFront usage in another section. Real costs would be even lower because CloudFront caches files and it would not need to make 2,000,000 file requests to S3, but let's skip this detail to reduce the complexity of this estimation.
On a side note, the cost would be much higher if you had to provision machines to handle this number of page views to a static website with the same availability and scalability.
Total: US$ 0.82
- Intel Galileo Essentials
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- Learning Selenium Testing Tools with Python
- 利用Python進行數據分析(原書第3版)
- C#實踐教程(第2版)
- PHP+Ajax+jQuery網站開發項目式教程
- Clojure for Machine Learning
- Java并發編程之美
- 算法圖解
- Photoshop CC移動UI設計案例教程(全彩慕課版·第2版)
- 測試架構師修煉之道:從測試工程師到測試架構師
- Mastering OAuth 2.0
- 寫給青少年的人工智能(Python版·微課視頻版)
- Microsoft Dynamics GP 2013 Cookbook
- Android應用開發攻略