Questions tagged [google-cloud-billing]

148 questions
1
vote
1 answer

How to calculate the monthly costs of an individual Cloud Run service?

I have ~30 different microservices deployed to Google Cloud Run. Is there a way (API/dashboard/etc) to determine the 30 day costs of each individual service? Or, even better, a way to view the costs for each container over time (cost/day)? Attempts:…
1
vote
1 answer

gcp billing bigquery : nodepool level billing

I'm trying to get GCP billing costs on a GKE nodepool level . I understand that the GKE usage metering feature only takes the labels of pods and PVCs into its table therefore giving workload level visibility into billing. I also looked into the…
1
vote
1 answer

Link a GCP project to a billing account using a service account

I'm trying to create a new project using GCP's API and link it to a billing account. I have a service account I use to authenticate to GCP, this service account is a part of project1. This service account has the following permission on the…
RamenCoder
  • 358
  • 1
  • 2
  • 16
1
vote
1 answer

Export billing Data to Bigquery for all projects in GCP

I have been working on enabling the billing exports to Bigquery. I know the process to set it up based on the documentation but looks like I can set it up for only one project at a time. There are close of 70 projects in GCP and need to load the…
1
vote
2 answers

Dart streams (Flutterfire): Should I use the where filter before or after mapping?

I'm making an app using Flutter, with Cloud Firestore for the backend. I have a stream which retrieves a list of user documents for all users and want to filter the users whose favorite food is "pasta". I don't want to load the other documents. Here…
1
vote
1 answer

Python to get billing info from Gcloud

I am trying to build a small pice of python to get billing info about all projects under organization in google cloud. I follow the official "how to" https://cloud.google.com/billing/docs/reference/libraries And after finish all steps (I check that…
1
vote
1 answer

How to relate a billing cost to google resource in google cloud

I am trying to find how much each resource is costing me in Google Cloud. When I run the query in BigQuery the data has no information about the resource like its name or id. For example I have a VM by the name of myvm with instance id of 1235XXXXX…
1
vote
1 answer

More Detailed Billing Information of GCS Buckets

I have multiple GKE clusters with logically separated K8s objects using namespaces, each namespace has GCS bucket attached to it (Statefulset) I wanted to know billing information about each namespace and what each namespace costs for resources…
1
vote
2 answers

How to deploy a simple app to GCP with minimal costs (or how to disable autoscaling after deploy)?

In my first attempt at using Cloud to deploy an app... The problem: GCP (Google Cloud Platform) unexpected instance hour usage (Frontend Instance Hours). High traffic was not the issue but for some reason a bunch of "instances" and "versions" were…
1
vote
0 answers

google cloud billing API: update display name fail

I tried to use billingAccounts.patch with following details: Request parameters: name= billingAccounts/01D70C-AEC6F8-675132 Request body: { "displayName": "30_0201_81", "masterBillingAccount": "billingAccounts/012991-2189C9-1C4445" } but I…
basco
  • 11
  • 1
1
vote
0 answers

My website does not open after going from trial to payment on google cloud hosting

Good morning. I have the following problem: My account in the Google Cloud Hosting console was a test one, and when they sent me the notification to change it to a paid account, the via after a day, therefore Google stopped the services. A day later…
1
vote
1 answer

GCP Billing Account Suspicious Activity

I got a warning about suspicious activity in my GCP billing account. GCP asked me to verify my payment method (credit card) by uploading the photo of the credit card and government issued ID card. I uploaded them then my account got suspended…
1
vote
1 answer

How to cancel free trial for my Google Cloud Platform account?

I've taken a free trial for Google Cloud Platform and would like to cancel free trial for my GCP account. Need help please.
Jahnavi - 064
  • 61
  • 1
  • 1
  • 2
1
vote
1 answer

How to create a team on a single GCP billing account, without providing a domain?

I'm trying to set up a GCP account, and add several people to this account to do work. My understanding is that this should be done via an "Organization" I create via the GCP, which will give me admin privileges and the ability to add…
EB2127
  • 1,788
  • 3
  • 22
  • 43
1
vote
1 answer

Network Internet Standard Egress from Jakarta in Google Cloud

Hello I have a question about Compute Engine in Google Cloud Platform, this is my first time building webhosting in google cloud with Compute Engine. I think its too costly with a bill for $80/day with traffic avg 100.000 page view/day. so I'm…