Azure vs Appharbor vs Amazon EC2 [closed]
Asked Answered
N

1

27

I am starting developing new online business and I am not sure what technology to use for hosting. I have used Microsoft Azure in my pervious projects, I did not have any problem with it, it was just expensive.

My choices are Azure, Appharbor or Amazon EC2. I am not even sure if comparing them is right.

I am looking for something which is really easy to setup and takes less time.

We are only two developers so we just have enough time for developing our website.

I have heard EC2 will be time consuming.

Nevski answered 30/5, 2012 at 8:7 Comment(1)
Since there are no requirements about what your stack is or application I think this will be hard to answer. I mean depending on what your needs are you could just use shared hosting and it would be way cheaper. Couldn't you get 90 percent there without pushing to any of these?Becerra
K
35

AppHarbor will definitely get the job done.

Azure is also a PaaS (with lots of infrastructure features), but there's no add-on program so you're stuck with whatever services Microsoft decides to offer (or you have to install, configure and maintain them on your own VM-role instances). And as you mention, Azure gets expensive quickly.

AWS Elastic Beanstalk also has .NET support now, giving it some PaaS-features. The deployment-model is not very sophisticated though (and neither is Azure's): You have to have a Visual Studio plugin create packages that are then pushed and deployed whereas AppHarbor integrates with GitHub, Bitbucket, Codeplex, etc., runs your unit tests, sends build notifications and lots more.

(Full disclosure: I'm co-founder of AppHarbor)

Kati answered 30/5, 2012 at 16:40 Comment(4)
+1 for the full disclosureMalave
AppHarbor was easier to get up and running a couple years ago but Azure has come a long way since then and is WAY more feature-complete and intuitive to use than AppHarbour now. Add to that how AppHarbor's pricing jumps from 'free' to 'holy crap' with no smooth gradient in between and I can't see any possible reason to recommend it over Azure.Feudalism
@Feudalism +1 for Appharbor's "free" to "holy crap". The scenario I'm debating right now...Loeffler
Yeah, the AH pricing has me balking on making the switch.Warrantee

© 2022 - 2024 — McMap. All rights reserved.