A bunch of questions about pricing, costs and billing #2836
-
Hi. I've been trying to find out about the costs involved on hiring hubs-cloud for an event, however aside of the estimates I'm not sure about other costs that can be associated with using the platform. The event that I'm trying to run has 10 rooms for 25-30 people each, and it has the same music and video streaming to them, also with embedded videos, pdfs, and custom avatars. It's supposed to run for 7 consecutive days, and using the costs estimate chart it seems an event like that could cost around $1600,00 at the worst case scenario. However I'm not sure if that involves the storage space, audio, video streaming and documents. I thought about using a c5.2xlarge enterprise server for this event. And when I go to the aws site, the price says: $188,37 /month, but I don't know how that price is related to the estimates chart. Is there any experience of a real case scenario to have an understanding of the costs of using hubs-cloud? I'm assuming for my event to run at maximum settings 24/7 for a week, and then shut it down. So I guess I shouldn't go over those $1600 that were calculated, but I would like more precision to avoid surprises. Also I tried to use the cost explorer, but it seems I have to hire the hubs-cloud first to forecast the costs, and my company doesn't want to commit to a contract with AWS if we're not going to use the service. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
This is an excellent question and a difficult one to answer, I'm hoping other users will share their experiences with costs to give you a better idea. all I can do is give you my rough and tentative estimation method -- so far, I have not heard of being out of the ballpark and I've incorporated what I've found out from the community. Disclaimer: Estimating costs is extremely difficult since aws bills by resource usage. Although I can't guarantee a perfect estimate, I'll give you a tentative ballpark and would love to hear how well we did estimating. Your costs can be minimized further by your diligence with scaling the resources up and down during the live event and setting it to offline mode when no one is connected. Use aws's cost explorer to use previous costs to estimate future ones. Hubs Cost Documentation Pages: To minimize your costs follow this workflow to manually update the stack + server size during live event: Minimizing costs user story My Rough Model for EstimatingEnterprise multi-server with 2 app x 2 streaming c5.2xlarge servers (4 EC2 instances in total). The reason for Enterprise 2x2 multi-server setup is optimizing for resiliency. If one server goes down suddenly, the other will take it's place and your users will not notice. Low cost estimate = # Hours x $/hr Cost for EC2 x # of servers x 2 (scalar low estimate of other services) 1x c5.2xlarge EC2 server = $0.440/hour (Min. cost on the alpha charts) Bottom line
Hope this helps. This is the best answer I can provide you. Please review the documentation around this as well. |
Beta Was this translation helpful? Give feedback.
-
Thank you Robin!, the scalar number on your formula gave us a different price from what we calculated, but still seems manageable for having an event for some hours. |
Beta Was this translation helpful? Give feedback.
This is an excellent question and a difficult one to answer, I'm hoping other users will share their experiences with costs to give you a better idea. all I can do is give you my rough and tentative estimation method -- so far, I have not heard of being out of the ballpark and I've incorporated what I've found out from the community.
Disclaimer: Estimating costs is extremely difficult since aws bills by resource usage. Although I can't guarantee a perfect estimate, I'll give you a tentative ballpark and would love to hear how well we did estimating. Your costs can be minimized further by your diligence with scaling the resources up and down during the live event and setting it to offline …