Question:
We are developing a video streaming site
For that we want to use Amazon S3 storage
But I can’t understand the pricing structure . The price calculator is also confusing
Please tell how much it will cost for below calculation
100 Videos uploaded via S3 Api .. Each having size of 500 MB.(Region LONDON)
1 2 |
=> So 100 x 500 = ~ 5GB storage used |
each and every video requested (GET) 1000 times
1 2 |
=> 100 * 1000 = 100,000 GET requests |
each and every video viewed 1000 times
1 2 |
=> So (500 x 1000) x 100 = ~ 5 TB bandwidth used |
Now please say how much it will cost ? deduce the pricing step by step
Answer:
AWS has an official pricing tool which is helpful for estimating a service cost.
The estimate for your S3 cost is: $448.69 / month
You can see the full workings, and update the calculation here.