Team Plan Prices
Is there any reason why a project that consumes an average of 3.5 vCPU and 4GB RAM per day would go from costing $1 per day to over $5 per day?
I made a daily estimate based on the data provided on the site, and I don't know if my calculation is wrong, but in the worst case scenario using 4.3 vCPU and 5GB during the whole day:
Cost per day for vCPU: $0.000463/vCPU/Minute * 4.3 vCPU * 24 hours/day * 60 minutes/hour = $0.4461584 per day for vCPU.
Cost per day for GB: $0.000231/GB/Minute * 5 GB * 24 hours/day * 60 minutes/hour = $0.2773896 per day for GB.
Average cost per day: $0.4461584 + $0.2773896 = $0.723548 per day.
Average cost per month: $0.723548 * 30 days = $21.70644.
In case I'm wrong, please clarify me better about the pricing, because the information on the site is a little confusing and in just 10 days I already have a charge of more than $ 32 going from $ 20 to $ 30 in just 2 days and my application always keeps the average consumption reported above
Solution:Jump to solution
if you're using 4.3 vCPU and 5GB at the price of:
- 10 dollars per gb per month for memory and
- 20 dollars per vCPU per month for cpu
then that's 4.3 * 20 + 5 * 10 = 136 dollars a month ( vCPUs * 20 + gbMem * 10 )...
4 Replies
Project ID:
b0a7355b-b496-444f-bee2-d750f2625a71
Solution
if you're using 4.3 vCPU and 5GB at the price of:
- 10 dollars per gb per month for memory and
- 20 dollars per vCPU per month for cpu
then that's 4.3 * 20 + 5 * 10 = 136 dollars a month ( vCPUs * 20 + gbMem * 10 )
which is ~4.5 dollars a day ( 136 / 30 )
thanks!
no problem, keep in mind that network egress is also a factor ( 0.1 dollar per gb )