Category "google-cloud-platform"

google oauthn error 400 redirect_uri_mismatch after deploy my application on Elastic beanstalk

I am trying to use google authentication on my application. And it does work fine on my localhost and I can login by my google account. However after I deploy t

How to write BigTable table data into a pandas dataframe?

I am trying to read a GCP BigTable - table to a pandas dataframe, and currently, the function I am using to fetch rows from BigTable is read_rows(), which retur

Books API has not been used in project ******** before or it is disabled. Error code 403

I'm trying to migrate to Google Identity Services. When I log a user in and try to get info from their Google Books account I get "error code 403. Books API has

Cloud SQL instance not connecting via Cloud Run

I am trying to connect to an CloudSQL instance via Cloud Run but whenever I send a POST request the logs for the cloud run instance report: Cloud SQL instance

Can batch Prediction Vertex.ai do vectorization with custom container had multiple models?

I have a system for auto translating all text in document into English, so I have built a very complicated Docker container which have multiple models inside it

What's behind GCP `There was an error while loading xxx. Please try again.` UI error?

When accessing Google Cloud Platform Services, I'm requested to retry due to an unknown error. It affects all services I want to access. The snapshot below show

Federating Google Cloud with Azure AD

Any reason why the Azure AD sync job which federates google cloud and creates user in GCP which would end up in suspended status ?

What's behind GCP `There was an error while loading xxx. Please try again.` UI error?

When accessing Google Cloud Platform Services, I'm requested to retry due to an unknown error. It affects all services I want to access. The snapshot below show

(Terraform) Error 400: Invalid request: instance name (pg_instance)., invalid

On GCP, I'm trying to create a Cloud SQL instance with this Terraform code below: resource "google_sql_database_instance" "postgres" { name =

Can not find NVIDIA driver after stop and start a deep learning VM

[TL;DR] First, wait for a couple of minutes and check if the Nvidia driver starts to work properly. If not, stop and start the VM instance again. I created a De

Apache beam FixedWindow doesn't do anything after GroupByKey transform

I built a pipeline which reads from confluent kafka it processes the records and then use side outputs to split them into rejected and approved pcollections, th

constructing reference call with for_each in line

Whats going on? I have created a couple of "google_compute_health_check" on GCP To re-use the health checks, my variables refer to whatever health_check they n

How to remove an image from Artifact Registry automatically

Using gcloud I can list and remove the images I want through those commands: gcloud artifacts docker images list LOCATION/PROJECT-ID/RESPOSITORY-ID/IMAGE \ --

Do GKE clusters need a bastion host?

I'm hosting my frontend & backend servers with GKE (Gcloud Kubernetes Engine) with private nodes in a default VPC network like this gcloud beta container cl

Neo4j Browser Connection

From neo4j browser, when I connect to the database I get the below error. This is purely a cloud based instance. ServiceUnavailable: Could not perform discovery

Dataproc: Can user create workers of different instance types?

scenario: master: x1 machine type workers: x2-machine type, x3-machine type. For the above scenario: AWS EMR instance fleet allows users to create different wor

GCP OPS agent transfer nginx log to cloud logging problem

I followed this link steps to configure nginx.conf and the config.yaml of google-cloud-ops-agent. https://cloud.google.com/stackdriver/docs/solutions/agents/ops

Can GKE filter logs by application?

We are GKE managing several applications: app1 app2 app3 In GCP Error Reporting dashboard, errors are intermixed for all the applications. For example, the err

GKE GCE Ingress FrontendConfig redirect non-www to www

I want to redirect all non-www traffic to www traffic. E.g. mydomain.com to www.mydomain.com GKE Ingress (GCE) uses Frontendconfig. Is there a way to configure

Apache Beam with Dataflow: flag 'ignore_unknown_columns' for WriteToBigQuery not working

I am building a streaming pipeline using Apache Beam (Python SDK version 2.37.0) and Google Dataflow to write some data I receive via Pubsub to BigQuery. I proc