Which should i use for ASP NET MVC Development Windows Azure or Amazon EC2

0 votes
I wish to build enterprise ASP.NET MVC applications that use MSSQL databases. I was wondering which cloud platform is better to use: Microsoft Azure or Amazon EC2 in terms of price, performance, and simplicity of integration. Can anyone provide a proper suggestion?
Mar 7, 2019 in Azure by sabby
• 4,390 points
819 views

2 answers to this question.

0 votes

Both the cloud platforms have slightly varied purposes -

Amazon is IaaS, so you don't have to purchase any hardware, or networking equipment. So no overheads of maintaining them. You will get virtual machines that can host Linux or Windows OS and can easily install any framework, web server or applications you want on it to use for hosting web apps or web services or long running processes. 

Though you will be responsible for maintaining the OS - apply upgrade patches, protect against viruses, and ensure that the OS does not crash.

Azure is a PaaS - you basically get Windows VMs like in Amazon, but the OS management and the application framework is also completely abstracted away from you. It allows for automatic OS upgrades and maintenance. This means that you just need to upload your app to Azure and it starts working - no need to worry about the low level details. Also scaling up and down, load balancing, auto high uptime, all these are handled by the azure service controller (or the fabric controller).

This reduces the control you have over what you can install and what you can't it gives you much lesser operational overhead since you don't need a lot of administrative effort in maintaining your instances. 

SQL Azure is one step ahead in this direction - you don't even have to consider a VM, you just get a particular size database in the cloud, and you pay for what you use. The data is seemingly triple replicated and hence there is very good reliability built in. It is much cheaper to have this at least for smaller databases than to have a full blown instance for an SQL server.

So for new asp.net mvc applications, with SQL server backend, Azure is a great platform to build on. On the other hand, if you have an existing website which has a lot of dependency on legacy components that are not supported by Azure, Amazon will be a far better choice. Also Amazon will be slightly cheaper for an instance of same size (though the pricing structures can vary depending on the commitment you want to give).

answered Mar 7, 2019 by Prerna
• 1,960 points
0 votes

Both the cloud platforms have slightly varied purposes -

Amazon is IaaS, so you don't have to purchase any hardware, or networking equipment. So no overheads of maintaining them. You will get virtual machines that can host Linux or Windows OS and can easily install any framework, web server or applications you want on it to use for hosting web apps or web services or long running processes. 

Though you will be responsible for maintaining the OS - apply upgrade patches, protect against viruses, and ensure that the OS does not crash.

Azure is a PaaS - you basically get Windows VMs like in Amazon, but the OS management and the application framework is also completely abstracted away from you. It allows for automatic OS upgrades and maintenance. This means that you just need to upload your app to Azure and it starts working - no need to worry about the low level details. Also scaling up and down, load balancing, auto high uptime, all these are handled by the azure service controller (or the fabric controller).

This reduces the control you have over what you can install and what you can't it gives you much lesser operational overhead since you don't need a lot of administrative effort in maintaining your instances. 

SQL Azure is one step ahead in this direction - you don't even have to consider a VM, you just get a particular size database in the cloud, and you pay for what you use. The data is seemingly triple replicated and hence there is very good reliability built in. It is much cheaper to have this at least for smaller databases than to have a full blown instance for an SQL server.

So for new asp.net mvc applications, with SQL server backend, Azure is a great platform to build on. On the other hand, if you have an existing website which has a lot of dependency on legacy components that are not supported by Azure, Amazon will be a far better choice. Also Amazon will be slightly cheaper for an instance of same size (though the pricing structures can vary depending on the commitment you want to give).

answered Mar 7, 2019 by Prerna
• 1,960 points

reshown Mar 7, 2019 by Vardhan

Related Questions In Azure

0 votes
1 answer

Is Azure free account only for Development environment or can I used it for Prod?

The Azure free account provides access to ...READ MORE

answered Dec 30, 2019 in Azure by Sirajul
• 59,230 points
495 views
0 votes
1 answer

Using Shapely on AWS Lambda with Python 3

For some reason, the pip install of ...READ MORE

answered Oct 8, 2018 in AWS by Priyaj
• 58,090 points
2,590 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How to set default Web page for a website on Microsoft Windows Azure?

This blog post should resolve your issue: http://blogs.msdn.com/b/cesardelatorre/archive/2010/07/22/how-to-set-a-default-page-to-a-windows-azure-web-role-app-silverlight-asp-net-etc.aspx Look ...READ MORE

answered Mar 27, 2019 in Azure by Prerna
• 1,960 points
2,642 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP