In the second post of this compare/contrast/debate series, I present the biggest cloud platforms.
You're welcome to pick your favorite and debate it out, but comments comparing the major differences are very welcome. π
In the second post of this compare/contrast/debate series, I present the biggest cloud platforms.
You're welcome to pick your favorite and debate it out, but comments comparing the major differences are very welcome. π
For further actions, you may consider blocking this person and/or reporting abuse
Sorry, it's true.
Aaron Powell -
hridyesh bisht -
Pubudu Jayawardana -
Kohei (Max) MATSUSHITA -
Once suspended, ben will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, ben will be able to comment and publish posts again.
Once unpublished, all posts by ben will become hidden and only accessible to themselves.
If ben is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Ben Halpern.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag ben:
Unflagging ben will restore default visibility to their posts.
Top comments (53)
I have used GCP and AWS so far... I favor AWS slightly over GCP.
GCP
Pros:
Cons:
AWS
Pros:
Cons:
This here "Sometimes I feel we need a PhD in Cloud Economics to calculate AWS bill " is so true. π
If you're a Windows shop: Azure > AWS > GCP.
If you want to get started learning in order to get a job: AWS > Azure > GCP. There's just more jobs and documentation on AWS than the others, though Azure is catching up quickly.
My personal favorite is Azure, the UI and support has been way better to manage than AWS. GCP UI is overcomplicated.
The AWS UI feels like a cold bath of austerity and hardships but in the Azure UI you replace water with liquid nitrogen... Every time I used it I got countless errors on literally everything I did.
I started with GCP,. Now Azure
AWS > Azure > GCP
This certainly aligns with marketshare
Accepting this as the Codd's honest truth, I would like to hear more explanation about why. Capability? Complexity? Cost?
Well, that was straightforward... π
Can you elaborate?
I've just published an app on AWS with cloudfront distribution. What I can say is, even though many claim it's very complicated, it's surprisingly well documented. I registered a domain, uploaded files for a static site on S3, and setup a cloudfront https distribution in a day.
Also the caching capabilities of the cloudfront network at their edge locations. ππ»
I use both AWS and GCP.
On GCP I use:
On AWS I use:
Cloud Run is amazing.
AWS β Does everything, super complex because super complete, state of the art
GCP β Slightly simpler, full of Google-specific quirks
Azure β Ow gawd will I ever manage to create an account? How many errors 500 can a mainstream cloud provider get per second? Does anything work in there?
A GCP fanboy right here. Their Kubernetes as a service (GKE) is #1. I think GCP is super under rated if you look at the cost and the services that you get. Also their dashboard is pretty straightforward compared to AWS and Azure where I can never navigate properly.
You're right the GCP dashboard is the most simple and organized, but Azure is not far away, AWS is a mess
Can't agree less
π Let's π go π multi π cloud π.
Hi all!
I would say AWS > GCP
Favorite thing from AWS: Lambda, S3 + Cloudfront. There you can get a web app up and running in less than a day.
Favorite thing from GCP: Shell console and Kubernetes :)
I hate from AWS: Pricing... ugh
I hate from GCP: The UI is kind of complicated, it's like they are stashing a lot of stuff in little space.
I have never used Azure, even though I'm open to <3
I'm late to the conversation here.
The GCP FIrebase tools gives you a web app that offers WAY more features (like auto certs, HTTP2, etc...) and you can have a deployment going in about 15 minutes.
Seriously, check out the Firebase CLI tools. Just create a project with hosting and cloud functions and you have a simpler version of Lambda/S3/Cloudfront. HUGELY easier.
In the end, they both work. And Cloudfront has some better rules for things like IP filtering.
Last, I guess if you are used to AWS you might find it easier. I work with both daily, so I am used to both. GCP is sooooo much better in the UI. They also have APIs for everything and the GCLOUD command tool has full coverage. Someone new to the cloud providers, GCP is super easy.
Agree with UI AWS > GCP, both navigation is mess but GCP make it worst. I use search which is much faster to locate what I want, AWS search result is straightforward
azure is by far the best one i've used so far*
*i've only used azure. :D
we use azure devops at work for source control with git and last week i decided to give the extra bits a whirl, so now i'm busy reading up on pipelines and deployment and so on (having tons of fun with their learning paths). also, i committed to doing a showcase this friday about using azure pipelines to build and deploy a docker container when a PR succeeds...
Nice! Similar situation here. My company has a Visual Studio Pro account for each dev, which comes with $50 worth of monthly credit in addition to the DevOps pipelines/artifacts. Just started playing around with Blob Storage and their CDN. It's quite nice, but I do prefer AWS a little bit. First love, I guess π
I have used
Azure
to deploy web apps.I have used
AWS
to create a VM.Azure has user friendly UX, its easy to understand.
I heard that
AWS
is costly thanAzure
.Recently in Microsoft Build 2020, they announced new AI supercomputer .
AWS to Azure services comparison is handy to compare as required.
I can't stress this enough: the differences are not always dispositive!
I am often dealing with someone who has already chosen a cloud, has data in that cloud or an enterprise agreement. Data/cloud "gravity" has set in.
On the merits in isolation?
AWS: market share
Azure: Corp IT
GCP: Predefined workflows (e.g. Firebase family, BQ warehouse)
I use Digital Ocean for my small projects & I even recommend it to my clients.
VM aka DO Droplet is not for everything. Kubernetes in DO should be similar to other providers.
GCP also have GCE, and AWS LightSail.
However, Google Cloud Run has the most simplified workflow. Has to use Docker, though.
I'm swimmin' in the droplets.
Certified with both GCP and AWS
GCP UX > AWS UX
At least, I love cloud shell and cloud9 doesn't cut it.
That said, I have a slight preference for AWS because of the community
I used AWS years ago and it was ok.
I've been using Azure for many years now and it's fantastic.
I've been using GCP and in particular Firebase for a couple of years now and it's incredible.
What I remember as a huge pain with Azure and wouldn't want to go through it again is their active directory and the integration with a web app. A REALLY BIG PAIN.
Firebase (on GCP) makes your users login very simple and this is what I use today if I have the chance.
Cheers!
Yes! I just did a spike on switching from Auth0 to AAD B2C for our tokens and it was hell
darn, I was hoping that it would improve over time but apparently no...
thanks