Earlier quoted context omitted.
Which is just using AWS and is at least twice as expensive.
And allows to forget about lot of configuration, automation and scaling. Which also has lot of value.
Ask HN: Alternatives to AWS?
141–150 of 211 posts
Re: Ask HN: Alternatives to AWS?
#142Google cloud - I have recently been working on setting up our company's entire infrastructure on google cloud and we were up and running in no time (very happy currently). - Great pricing - Great API (command line, REST) - Nearly perfect documentation - Awesome support (I had requested to allow more static ip addresses to be reserved and they resolved my ticket in less than 4 hours) - Very intuitive interface They gi…
Re: Ask HN: Alternatives to AWS?
#143Azure looks like the only major one you missed. I've used both AWS and Azure a lot. The best one will obviously depend on your use case but if you avoid lock in it shouldn't matter too much. I may write more on this if people are interested. AWS comparison: https://azure.microsoft.com/en-us/campaigns/azure-vs-aws/ They have more regions than AWS (30 vs 13): https://azure.microsoft.com/en-us/regions/ https://aws.amazo…
Unfortunately my experiences with Azure so far have been pretty awful. We have a large amount of free Azure credit and yet our experiences at actually trying to use the platform have been met with frustration. When we tried about six months back, there were two different administration webapps that both offered different subsets of functionality. The IaaS offering seemed to still be tied very much in to the PaaS offe…
The dual admin web app thing is a massive pain but once everything is set up you don't have to go near it often. If you use CI then you'll normally just git push.
My blog (https://unop.uk/) is running on Azure and although I've had a few problems they seem to be node/ghost related. If you want to run WordPress then AWS is probably better as they support MySQL natively.
Shameless plug: I cover some of this in my book. For example, in the final chapter I highlight a couple of the advanced features such as Azure ML and HDInsight. https://www.packtpub.com/mapt/book/Application%20Development...
Re: Ask HN: Alternatives to AWS?
#144Google cloud - I have recently been working on setting up our company's entire infrastructure on google cloud and we were up and running in no time (very happy currently). - Great pricing - Great API (command line, REST) - Nearly perfect documentation - Awesome support (I had requested to allow more static ip addresses to be reserved and they resolved my ticket in less than 4 hours) - Very intuitive interface They gi…
"great pricing" it is not. None of the major cloud providers have great pricing with the exception of some niche cases. Look at Hetzner. Look at the cheap VPS options. Google/AWS don't come even close.
Re: Ask HN: Alternatives to AWS?
#145Azure looks like the only major one you missed. I've used both AWS and Azure a lot. The best one will obviously depend on your use case but if you avoid lock in it shouldn't matter too much. I may write more on this if people are interested. AWS comparison: https://azure.microsoft.com/en-us/campaigns/azure-vs-aws/ They have more regions than AWS (30 vs 13): https://azure.microsoft.com/en-us/regions/ https://aws.amazo…
Unfortunately my experiences with Azure so far have been pretty awful. We have a large amount of free Azure credit and yet our experiences at actually trying to use the platform have been met with frustration. When we tried about six months back, there were two different administration webapps that both offered different subsets of functionality. The IaaS offering seemed to still be tied very much in to the PaaS offe…
They are slowly making progress. Disk IO isn't horrible, you just have to over-provision premium storage when it really matters (just like you do in AWS with GP2 volumes). That said, their concept of storage accounts for housing volumes/disks is absolutely horrible. Luckily I hear mumblings of change there.
Re: Ask HN: Alternatives to AWS?
#146There is a lot of votes here for cloud providers. And while I think AWS is great, it is not great at everything. What I've done recently is buying used servers and 10G/40g network switches from Ebay and rented a colo(colocation) rack, which can be had from $500-$1000 per month per rack. This often includes 100mbit++ internet, power, cooling and more ( https://en.wikipedia.org/wiki/Colocation_centre ) This has been th…
I know HN and StackOverflow do things this way but I don't even want to manage the OS these days. We used to host our servers on-site and it was a massive pain. At least with colo you don't need to personally worry about power or internet going down, but you still need to replace dead disks.
Re: Ask HN: Alternatives to AWS?
#147I'm not sure you're looking for an AWS alternative if you think DigitalOcean is one. Right now only Azure (behind) and Google Cloud (way behind) are alternatives to AWS. If what you need is just VMs and a CRUD API, then yes, DO is a very good alternative (I run most of my servers with them).
Re: Ask HN: Alternatives to AWS?
#148Re: Ask HN: Alternatives to AWS?
#149Google cloud - I have recently been working on setting up our company's entire infrastructure on google cloud and we were up and running in no time (very happy currently). - Great pricing - Great API (command line, REST) - Nearly perfect documentation - Awesome support (I had requested to allow more static ip addresses to be reserved and they resolved my ticket in less than 4 hours) - Very intuitive interface They gi…
The only thing stopping me from using Google Cloud atm is hosted Postgres.
Re: Ask HN: Alternatives to AWS?
#150That probably wasn't very helpful.