HackerTrans
トップ新着トレンドコメント過去質問紹介求人

creativesage

no profile record

投稿

Google Cloud Run cost me $4,676 in 6 weeks with zero traff

51 ポイント·投稿者 creativesage·7 か月前·37 コメント

コメント

creativesage
·7 か月前·議論
Thanks to everyone with constructive feedback.

A few things that stood out to me:

One alert is never enough. Treating alerting as a system, not a single email.

GCP pricing calculator in the deployment checklist, not an afterthought. You almost have to be obsessive about checking.

Hard caps: GCP doesn't have them. Budgets only send alerts, they don't stop charges. You can wire automation to disable billing but that's a hack, not a feature.

Cloud providers benefit financially from complexity and opaque defaults. I own my config mistakes, but the suggestions around capacity planning and realistic cost modeling were genuinely helpful.
creativesage
·7 か月前·議論
Photo culling app. Photographers upload 1000+ images, ML clusters similar shots so clients can pick favorites faster. Needs serious parallel compute (but infrequently). Cloud SQL is the baseline (~$40-50/month, doesn't scale to zero).

My fuckup was setting --cpu 4 --memory 16Gi during initial migration and only optimizing instance counts, not resource sizing.

Didn't help that GCP has no hard spending cap. Budgets only send alerts (in my case 1 easy to miss alert saying you spent more than $50 this month), they don't stop charges... Looking at my credit card statement there are multiple $1-2k charges.

The incentives aren't exactly aligned toward helping you spend less.
creativesage
·7 か月前·議論
Any favorite providers?
creativesage
·7 か月前·議論
Appreciate the directness, and fair point. That’s exactly what I find confusing about their setup and why I’m here trying to learn.

A little more context: I’ve been on GCP for 4 years, App Engine for the majority of it. Expensive but stable. I’ve used Gemini in the past to reduce costs successfully, so this wasn’t my first attempt at optimizing.

I take ownership of the outcome, but the config behavior still doesn’t match my mental model and Google support hasn’t been able to clarify how to properly scope this either, which is why I turned here.
creativesage
·2 年前·議論
[dead]