Static Web Hosting - Free Tier
Build & Deploy
1000 build minutes per month
Hosting
5 GB stored per month
15 GB served per month
The free tier expires at the end of your 12 month AWS Free Tier term.
Static Web Hosting - Pay as you go
Build & Deploy
Hosting
Multiple sites per project, public SSL certificates included at no extra cost
Pricing examples (outside free tier)
-
Example 1
A startup team with 5 developers have an app that has 300 daily active users. Each developer commits code 2 times per day.A startup team with 5 developers have an app that has 300 daily active users. The team commits code 2 times per day.Monthly build & deploy charges
- Assumptions: Average build time = 3 mins; Number of work days/month = 20
- Total build time per month = num of devs * num of commits/day * num of days * avg. build time = 5*2*20*3 = 600 build mins per month
- Monthly build & deploy charges = 600*.01 = $6
Monthly hosting charges
- Assumptions: Web app size = 25 MB, average size of page requested = 1.5 MB
- Monthly GB served = Daily active users * average page size * days = 300 * (1.5/1024) * 30 = 13.18 GB
- Monthly GB stored = web app size * number of monthly builds = (25/1024)*(5*2*20) = 4.88 GB
- Monthly hosting charges = 13.18*$0.15 + 4.88*$0.023= $1.97 + $0.11 = $2.08
Total monthly charges
Total charges = Build & deploy charges + Hosting charges = $6+$2.08 = $8.08 per month
- Assumptions: Average build time = 3 mins; Number of work days/month = 20
-
Example 2
A web app has 10,000 daily active users and is updated 2 times per monthA web app has 10,000 daily active users and is updated 2 times per monthMonthly build & deploy charges
- Assumptions: Average build time = 3 mins
- Total build time per month = num of updates/month * avg. build time = 2*3 = 6 build mins per month
- Monthly build & deploy charges = 6*.01 = $0.06
Monthly hosting charges
- Assumptions: Web app size = 100 MB, average size of page requested = 1.5 MB
- Monthly GB served = Daily active users * average page size * days = 10,000 * (1.5/1024) * 30 = 439.45 GB
- Monthly GB stored = web app size * number of monthly builds = (100/1024)*2 = 0.19 GB
- Monthly hosting charges = 439.45*$0.15 + 0.19*$0.023= $65.92
Total monthly charges
Total charges = Build & deploy charges + Hosting charges = $0.06+$65.92 = $65.98 per month
- Assumptions: Average build time = 3 mins