power in cloud services whenever you are going to deploy an app. For instance, in my case, I want to deploy a webpage that contains a form but I do not expect to have a huge traffic, very little, we expect 100 users to fill up the form so I guess an average of 1 to 3 users at the same time. Would a machine with one vCPU and 1GB of Ram enough? How do you calculate this stuff? Thank you in advance
Idk what do you do with the form in backend but if all you do is saving the form in the disk yes it's kinda overkill
yeah simply store it in a SQL database, nothing else. Also, the frontend has a live update of only one row of the DB, i am using SSE for this. Perhaps 2GB would be better?
Обсуждают сегодня