Click here to Skip to main content
16,022,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I realize that the best answer is "It depends". I am thinking about moving my application to the cloud, from desktop VB6 to Web page, C#. The app is desktop, multi-user and multi-location. each customer has their own Server to which their employees log in using RDP.

I have a small number of customers, each of whom would need their own database and ability to have a number of their employees able to log in and use the application. I am leaning towards Azure which uses SQL Server databases, which I am currently using and familiar with. All comparisons I have read indicate that Azure is more expensive than AWS. One place on my Internet search indicates AWS also supports SQL Server databases.

I have looked at the "Pay as you go" pricing method which both platforms seem to offer, with minor differences. AWS prices by the hour, while Azure prices by the minute. What I do not understand and need to know is, are they based on a fixed 24-7 time scale, or the time my customers are actually logged in and using it. Are the number of users each incurring time costs?

Any help or clarification you can provide is appreciated.

What I have tried:

I have done extensive research on the internet.
Posted
Comments
Dave Kreskowiak 16-Jun-24 10:39am    
Last I checked, if you're using virtual machines, you are charged for the time the machine is running, not when customers are logged into it. So, if the machines are running 24/7, you're being charged for all that time.

While these are both fine capabilities, they can give you nasty shocks in terms of cost if your user numbers grow, or they make heavier use of your application than you think. In terms of what they offer to you for pushing your software, they both offer most of the same offerings.

If I were you, I would start off by working out what the costs are likely to be. Both Azure and AWS offer price estimation capabilities. Azure price calculator[^]. The AWS price calculator[^].
 
Share this answer
 
Quote:
Any help or clarification you can provide is appreciated.
This is really not the place for such a question. You need to go to each of the services you are interested in and ask for clarification there. This forum is more focused on technical questions. Also it is not a good idea to ask third parties for information on some other company's services.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900