Google Cloud Platform, offered by Google, is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products, such as Google Search, Gmail, Google Drive, and YouTube.
Questions tagged [gcp]
30 questions
1
vote
1 answer
Build a failover strategy inside GCP to redirect if compute engine stop responding or is on an error state
Currently I have a architecture inside GCP (Google Cloud Plataform) of a Wordpress application that works this way
Cloud DNS -> Load Balancer (with Cloud CDN enabled) -> Compute Engine (with wordpress application inside)
All components is inside…
1
vote
1 answer
Unable to SSH to GCP VM after reboot
I used to do the remote development via VS code. I created SSH key on my local Windows 10 and added the public key to the VM instance. Everything was fine for a week. But my VS Code suddenly show permission denied today. So I try to find out why in…

Philip
- 25
- 3
0
votes
0 answers
Many files were changed to root as owner by GCP. Can't delete them!
Many files had their ownership changed to root in GCP and now I can't remove them. How do I change it back? GCP help is hard to come by.
Thanks,
-Marcos

Marcos Camargo
- 1
- 3
0
votes
0 answers
How to troubleshoot quota problems on Firebase to BigQuery integraton?
I'm trying to link my App's Firebase account to a BigQuery sandbox. It worked a few months ago and stopped when it reached a limit.
Therefore I cleaned all BQ data to give enough space for it to work again (as following image indicates):
Firebase…

Roberto Victor
- 1
- 1
0
votes
1 answer
GCP Secret Manager Access "Invalid Grant" error 503 with Python 3.11
really losing it here. I wrote a simple piece of code just to be able to access secrets, and every time I run it it simply throws the following error:
google.api_core.exceptions.RetryError: Deadline of 60.0s exceeded while calling target function,…

Flavio Fenley
- 1
- 1
0
votes
1 answer
How to connect to a GCP Cloud SQL Postgres server using client certs?
I'm attempting to authenticate with a cloud SQL instance using a client cert:
psql -h "$IP" "sslmode=verify-ca sslkey=certs/tls.key sslcert=certs/tls.crt sslrootcert=certs/ca.crt dbname=postgres"
Password for user root:
The server's cert is in…

Thanatos
- 356
- 3
- 12
0
votes
0 answers
GCP VM instance not showing LESS keys as GCP editing instance metadata?
authorized_keys is missing AFTER I add my ssh key to an instance in GCP so then I connect via browser and authorized_keys is generated with 1. 'TWO keys'. I then click edit on instance and I see 2. 'FOUR keys' and then global ssh I see 3. 'ONE…

Dean Hiller
- 911
- 4
- 15
- 35
0
votes
0 answers
GCloud compute snapshots list doesn't show creation type
Trying to sort out the GCP disk snapshots i have, and filter which snapshots had made by policy or backup software like veeam, or these snapshots made manualy by persone.
While in the console i can see the value of "creation type" for a snapshot, in…

yosisviva
- 3
- 1
0
votes
1 answer
sftp and ssh password less auth
we have created the VM instance on GCP and Google assigned the default user xx
we have configured the ssh key we are able to log in without a password
and added the new group Sftp yy and added user zz to group unable to do password less ssh and sftp…
0
votes
1 answer
Authentication failed while git clone
I created a VM and installed docker and git and then tried to clone a github project.
git clone "project_url"
Gave correct username and pwd but after that I am getting below error
remote: Support for password authentication was removed on August 13,…
0
votes
1 answer
Certificate not served from GCP with a CNAME pointing to an external domain (Zendesk)
GCP subdomain CNAME points to an external domain and has a self-managed certificate assigned to it on GCP Certificate Manager. When trying to access the subdomain it shows that there is no SSL and the certificate is new and not expired. The…
0
votes
1 answer
Not able to access the ejabberd server even in ejabberdctl if ejabberdnode name is changed in GCP deployment using environment variable
As a first step in using ejabberd cluster in GCP, I tried to change the node name using the environment variable "ERLANG_NODE_ARG=ejabberd@main" as mentioned in the readme file.
But I am not able to access the ejabberd server in the service. I tried…
0
votes
1 answer
Exporting Wordpress Database from GCP
I am trying to create a local replica of wordpress database by exporting it on gcloud console (after logged in via gcloud compute ssh) but facing this problem. Is there a way out to resolve this or is it prohibited from GCP…
0
votes
1 answer
Require ip in apache2 works for index.html but not
I am using apache 2.4.56 and my site is hosted on Google Cloud Compute.
"Require ip ip-number" works for /var/www/html/index.html like mysite.com but it doesn't work for…

Marcos Camargo
- 1
- 3
0
votes
1 answer
Connecting to MySQL on GCP CE instance (WordPress)
I installed WordPress from the Google Cloud Marketplace into a Compute Engine instance, and am trying to connect to the MySQL instance on that machine using DataGrip on my local machine (macOS).
I can connect in the SSH terminal, so I know the…

serlingpa
- 109
- 2