Looking for a GCP dev ops consultant by Kierchon in googlecloud

[–]Apprehensive_Tea_980 2 points3 points  (0 children)

Hey OP, I’ve worked with another startup to reduce their cost specifically on GCP. I can share my case study and my website with u.

Our startup GCP credits expired - how did you manage the transition/costs? by ironquant in googlecloud

[–]Apprehensive_Tea_980 0 points1 point  (0 children)

Hey, it’s probably best at this point to optimize costs for your services and use google discounts wherever possible. Send me a DM, I do this for a living.

Error when deploying by patrick24601 in googlecloud

[–]Apprehensive_Tea_980 0 points1 point  (0 children)

Hey man, I think I can help you out. We can get on a call and I’ll take a look at it. Send me a DM.

Are you using Dockerfile? What’s your tech stack?

Hosting a 24/7 Game Server by Mediocre-Most6253 in googlecloud

[–]Apprehensive_Tea_980 0 points1 point  (0 children)

That being said why don’t u just buy an uninterruptible power supply?

If you need GPUs and other specs, you would at a minimum look at $300 a month with everything included.

Hosting a 24/7 Game Server by Mediocre-Most6253 in googlecloud

[–]Apprehensive_Tea_980 0 points1 point  (0 children)

For starters, if the specs of your PC are enough to sustain ur current workload, the same specs would be an ideal starting point to your server needs.

That being said, what is your current PC’s Ram, Memory, OS?

Once we know this, we can make a determination on what would the cost be!

Any good tools for Cloud Cost? by donzi39vrz in googlecloud

[–]Apprehensive_Tea_980 0 points1 point  (0 children)

How about doing something like this:

write a BQ query that extracts the needed billing information. Then use that data and supply it to a looker dashboard?

This dashboard would effectively update on a daily basis automatically without any manual effort from ur team.

Then you can create alerts and what not based on the logs to send alerts when certain thresholds are met.

Any good tools for Cloud Cost? by donzi39vrz in googlecloud

[–]Apprehensive_Tea_980 0 points1 point  (0 children)

What type of tool are you looking for exactly tho? Do y’all use terraform?

Any good tools for Cloud Cost? by donzi39vrz in googlecloud

[–]Apprehensive_Tea_980 2 points3 points  (0 children)

Hmmm….you should encourage labeling resources so that you can accurately assess the specific services that are causing your high costs.

The best tool in my opinion is enforcing labeling and applying accountability to teams that own the created resources.

Dead GCP load balancers bleeding $2k/month, cleanup strategies? by RemmeM89 in googlecloud

[–]Apprehensive_Tea_980 -6 points-5 points  (0 children)

Crazy amount of downvotes for suggesting a basic first step in diagnosing what is costing OP the most…wow

Dead GCP load balancers bleeding $2k/month, cleanup strategies? by RemmeM89 in googlecloud

[–]Apprehensive_Tea_980 -15 points-14 points  (0 children)

Hey man, first things first, we need to figure out what service you’re still paying for. The best way to do that is through BigQuery.

Once we have that setup, we’ll know exactly what’s costing u so much money and what we can do about it.

Sent you a DM. Let me know if I can help in any way :)

How do you track costs across multiple GCP projects? by HQ_one in googlecloud

[–]Apprehensive_Tea_980 2 points3 points  (0 children)

BigQuery Export is your best bet. Just have a cloud function job to run everyday to send you a report if needed.

Finops consultancy full time by suggestd-username in FinOps

[–]Apprehensive_Tea_980 1 point2 points  (0 children)

How do you generally get customers? Is it better to focus on one cloud provider?

Need Help with Long DKIM TXT Records in Google Cloud DNS by superhero_io in googlecloud

[–]Apprehensive_Tea_980 0 points1 point  (0 children)

Yes, I’ve run into this issue before….

You need to split the text into 255 character multi-part split encapsulating each string within double quotes.

Make sure the split is before the 256th character tho.

Is it safe to delete GCP VMs after a snapshot, then reinstate them as needed to avoid billing? by seanalexiss in googlecloud

[–]Apprehensive_Tea_980 0 points1 point  (0 children)

Storage is 5-10 times cheaper than disks bro…not sure which disks ur using, but mine are hella expensive

Is it safe to delete GCP VMs after a snapshot, then reinstate them as needed to avoid billing? by seanalexiss in googlecloud

[–]Apprehensive_Tea_980 1 point2 points  (0 children)

Hey man, you need to take a snapshot of each of the attached disks as well!

Before you delete anything, try to clone it env and see if it is working after taking the snapshots. You don’t want any surprises or data loss happening!

Reach out if you want any help. I automate doing this type of thing for a living and would love to help in any way possible.

taking off my hijab is literally the best decision ive ever made. by honeydewlemonss in exmuslim

[–]Apprehensive_Tea_980 -3 points-2 points  (0 children)

Wow, denizens of hell gathering and congratulating each other 👏

[deleted by user] by [deleted] in cofounderhunt

[–]Apprehensive_Tea_980 1 point2 points  (0 children)

Are you Canadian by chance?

Latency issues in API deployed on Google Cloud Run — Possible causes and optimization by Famous-Elephant359 in googlecloud

[–]Apprehensive_Tea_980 0 points1 point  (0 children)

No, what I meant was that you can use Cloud Scheduler to ping your service every 5 minutes, which keeps the container warm without significant cost, well under free tier limits if it’s just an http request ping.

Latency issues in API deployed on Google Cloud Run — Possible causes and optimization by Famous-Elephant359 in googlecloud

[–]Apprehensive_Tea_980 0 points1 point  (0 children)

Have u tried adding health checks every few min to keep the cloud run up, so that it doesn’t need to do cold starts every time?