Earlier quoted context omitted.
too much maybe? yelling at clouds just feels so good sometimes. apologies. i do actually wish we could have nice things. this is how aws became easy and fun for me[1]. a similar interface could exist for any provider. heroku is right about picking the good parts and exposing only that as an interface. 1. https://github.com/nathants/libaws
Thats sounds sweet. I suppose its just for when you really love lambdas (I don't)?
I think GCP is better than AWS (2020)
331–340 of 409 posts
Re: I think GCP is better than AWS (2020)
#332I use both. GCP sucks, AWS rocks. GCP is theoretically superior because it has more features and integrations built in. But in practice it's a big mess, and if you want to do anything the "not GCP way", you're better off just not using it at all. People talk about GCP "getting X right", which might be true, except to actually use the thing that they "got right" you have to use everything else they have, and good luck…
Can you be more specific? I experience no problems navigating the GCP Console UI. Though I mostly do not do it -- I have stuctured bookmarklets for everything I use and it works really great. And also I use gcloud and Terraform a lot. GCP support also provides the answers I need.
Re: I think GCP is better than AWS (2020)
#333GCP has some nice things but AWS is simply more reliable. The GCP outage [1] in April is a great example. A fire in europe-west9-a "zone" took down the entire europe-west9 "region" (because this entire "region" is actually housed in a single datacenter), which then caused a global GCP console/API outage because GCP's single global control plane couldn't reach europe-west9. The fact that a zonal issue escalated to a r…
FYI, per https://cloud.google.com/blog/products/compute/introducing-c...
The Compute Engine C3 machine series, now available in Private Preview, is the first VM in the public cloud with the 4th Gen Intel Xeon Scalable processor and with Google’s custom Intel IPU. C3 machine instances use offload hardware for more predictable and efficient compute, high-performance storage, and a programmable packet processing capability for low latency and accelerated, secure networking
Disclosure: I work for GCP
Re: I think GCP is better than AWS (2020)
#334Earlier quoted context omitted.
So why are we to believe statements that GCP is here to stay? They are, after all, statements to customers who need to hear it to make the purchase. But who knows how they actually think? The whole reason why Google cannot be trusted here is precisely because of their tendency to be inauthentic in their public statements.
I wouldn't believe anything they say. Just look at the numbers. They aren't going to walk away from a business doing about $35 billion per year run rate, growing at 20%+. It isn't in their interest to do so.
And then they'll turn it off as casually as you or I might turn off a garden tap.
Re: I think GCP is better than AWS (2020)
#335We unfortunately have three vendors (AWS, GCP, Azure) at my company because of acquisitions and the cost involved to consolidate. I am part of the central team that manages the provisioning users and accounts and billing. AWS is miles ahead of how we can express what we want in accounting. AWS reps are much much more knowledgeable and a pleasure to work with when it comes to billing.
Disclaimer: meshcloud sells a product for teams in that space
Re: I think GCP is better than AWS (2020)
#336Earlier quoted context omitted.
In my experience of using both, AWS AppRunner is as good as Cloud Run except you can’t scale AppRunner down to 0 instances so it has an ongoing cost.
It basically doesn't have the main thing that makes Cloud Run so valuable. Speaking more generally, it seems AWS is allergic to creating products that scale to zero nowadays.
Re: I think GCP is better than AWS (2020)
#337Earlier quoted context omitted.
In my experience of using both, AWS AppRunner is as good as Cloud Run except you can’t scale AppRunner down to 0 instances so it has an ongoing cost.
It basically doesn't have the main thing that makes Cloud Run so valuable. Speaking more generally, it seems AWS is allergic to creating products that scale to zero nowadays.
Re: I think GCP is better than AWS (2020)
#338My two cents, GCP has a few excellent gems which are better than pretty much any competing cloud offering: - Cloud Run. Best way to deploy containers hands down. All of the benefits of a serverless/containerized workload with all the ease of a traditional VPS deployment. Extremely cheap (pay $0 for side projects with little traffic). - BigQuery. Very easy to use with immense power without having to deal with the deta…
BigQuery is very pleasant. It just works serverlessly. Apparently some of the key people behind BQ are now working on MotherDuck, which is a cloud data warehouse version of DuckDB.
Re: I think GCP is better than AWS (2020)
#339We unfortunately have three vendors (AWS, GCP, Azure) at my company because of acquisitions and the cost involved to consolidate. I am part of the central team that manages the provisioning users and accounts and billing. AWS is miles ahead of how we can express what we want in accounting. AWS reps are much much more knowledgeable and a pleasure to work with when it comes to billing.
GCP has different notions, like multiple credits applying to any given charge but again once you build up the expertise you can work with it. Azure seems by far the simplest to deal with and require the least wrangling.
Re: I think GCP is better than AWS (2020)
#340When you are doing devops on the side not as your main job, it's really a game changer compared to the cryptic AWS UI. The only part lacking imo is the log/monitoring which is definitely subpar, just logging proper json is a mess.