Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Azure for web developers vs Amazon EC2

I just watched the Windows Azure intro video and it left me feeling like it was a front end shell for hosted IIS instances. Can anyone who know more (possibily that was part of the beta) shed on why you would use this vs. EC2.

it seemed easy enough but really didnt give specifics on how it works, why it works or why you would use this vs the traditional solutions out there?

like image 640
MikeJ Avatar asked Oct 27 '08 17:10

MikeJ


People also ask

Which is better Amazon Web Services or Microsoft Azure?

Both Azure and AWS offer pay as you go pricing model. AWS is chargeable on an hourly basis whereas Azure is chargeable on a per-minute basis. Azure offers more flexibility in short term subscriptions plans. While comparing the two, Azure is more expensive.

What is the equivalent of EC2 in Azure?

Data disks in blob storage provide durable data storage for Azure VMs. This storage is similar to AWS EC2 instance disk volumes on EBS. Azure temporary storage provides VMs with similar low-latency temporary read-write storage to EC2 instance storage, also called ephemeral storage.

Is Amazon EC2 same as Azure VM?

Choosing Between AWS EC2 and Azure VMBoth AWS and Azure are highly rated and strong cloud compute offerings. For AWS EC2, users find the services quick, reliable, scalable, and easy to manage, whereas Azure users comment that the platform scales easily and well, is user friendly, and is not dependent on . Net.


1 Answers

According to the vision (and I can only talk about the vision here since the product isn't really out yet), here's a couple of reasons you might consider Azure over EC2.

Azure includes built-in load balancing abilities. If you want to do that in Amazon, you have to roll your own solution or buy a third-party solution like www.RightScale.com.

Azure-friendly-coded apps can be delivered internally or in Microsoft's cloud. If you write apps that have confidential information like financial data or health care data, not all of your clients will be willing to put their data in the public cloud. In that case, they can deploy your apps internally on Windows. That's sold as a skillset win, because you can go from public to private projects. Don't get me wrong - if you master Amazon EC2 development, then you can deploy your apps internally with Linux virtual servers in your datacenter, but it's not as turnkey. (Hard to describe a tech preview as turnkey when it's not licensed yet, hahaha.)

Having said that, it wasn't clear that the load balancing functionality is included in the box with internal deployments. If you have to do a combination of Azure plus ISA Server, that'll be a tougher deployment and management sell.

like image 101
Brent Ozar Avatar answered Sep 23 '22 18:09

Brent Ozar