Company providing various Internet-related products and services, such as Google web search, Gmail, Google Calendar, YouTube, ... They provide APIs for several of their services, allowing users to integrate these into their own websites and web applications.
Questions tagged [google]
470 questions
0
votes
1 answer
cannot connect port 1883 on google cloud VM
I am trying to host a mqtt broker on google VM and open port 1883.The external IP address of VM is ephemeral. Can I know why the telnet to the IP of VM is failed?
firewall config port 1883
telnet local machine

Tim
- 1
- 1
0
votes
0 answers
Google cloud VM instance schedules do nothing
I have an issue with my google cloud VMs: when I try to set a scheduled startup or stop for them via google cloud's "instance schedules" nothing happens at the specified time. I will walk you through what I have done to try to make this work.
I have…

user9102437
- 101
0
votes
0 answers
GCP extended memory commitment
We've just ended 3y of commitment to GCP.
Now we wish to commit again but they made some changes.
https://cloud.google.com/compute/docs/instances/signing-up-committed-use-discounts
Article says Committed use discounts do not apply to extended…
0
votes
0 answers
remove of the Google cloud organization
enter image description hereMaybe someone knows how to delete a user from the organization, I will explain in more detail, I have a Google Works space that needs to be deleted, but I cannot do it because you write that I have an active project on…

jekii
- 1
- 1
0
votes
0 answers
Redirecting from http to https with Nginx causes Google Search Console to report an issue
I have a website built (in plain HTML) using letsencrypt certificates. The Nginx config is redirecting traffic from http to https. I submitted this website to Google's Search Console, and they are sending me emails that "Page with redirect" issue…

xpanta
- 159
- 2
- 10
0
votes
1 answer
Unable to Create a Project in Google Cloud
I am creating first project in Google Cloud. But it seems I can not proceed because of the following error:
You've gone over GPU global quota by 1 GPU. Please increase your quota in the quotas page.
Please see a screenshot of the page below:
I…

ravi
- 103
- 3
0
votes
0 answers
unable access the VM instance
I can't access my VM instance because of the following error:
Failed to start VM instance: Operation type [start] failed with message "The zone 'projects/........./zones/us-west1-b' does not have enough resources available to fulfill the request.…

Omama
- 1
0
votes
0 answers
Google group only visible inside organization
I am owner of a Google group. I'm trying to use it to forward emails from AWS to group members so they can respond properly. However, messages sent to the group email address from outside the group cannot be sent. Every test email I send returns a…

Woody1193
- 103
- 3
0
votes
1 answer
Google Cloud GKE evictable vs non-evictable memory
we have few pods inside Google Cloud K8S GKE and google metrics is reporting high memory usage in some of them but I cannot find why. Inside pod everything looks fine.
We are using GKE version 1.21.13-gke.900
gcp memory reporting screenshot

rrob
- 1
0
votes
1 answer
compute.instances.list privilege required for Cloud Functions
I am following https://cloud.google.com/scheduler/docs/start-and-stop-compute-engine-instances-on-a-schedule. When testing the Cloud Function, I get the error message:
Error: Required 'compute.instances.list' permission for…

Thorsten Staerk
- 387
- 2
- 11
0
votes
0 answers
Google cloud billing renewal process
I have a server hosted in Google Cloud which still is using the 300$ Google gives you for testing purposes on new accounts but it is ending soon. I alredy have a credit card assigned to my billing dashbord but I don´t want to lose anything in this…
0
votes
1 answer
error 1258 when restoring from Actifio
I am using ActifioGo on Google Cloud and took a snapshot. When I try to restore it, I get an error message like:
1258: Cloud VM creation failed. 155: VM task failed. Error: Cloud task failed…

Thorsten Staerk
- 387
- 2
- 11
0
votes
0 answers
Is it possible to add Google single sign on to specific 365 users, NOT the whole tenant?
We've got a client with a satellite office outside of the US, and it's not connected to their AD server. As such, changes to their 365 passwords are not synced like the home office does, and it gets to be a real hassle when they're trying to login…

NC666
- 1
- 1
0
votes
1 answer
Assigning different external IP for each Pod on GKE autopilot
I am in the process of moving our project from the Compute Engine to GKE autopilot (cost efficiency, scale-up/down).
Currently, in the Compute Engine, each machine gets a different external IP (at no cost, by default, I don't care about reserving…

Emanuel
- 101
- 5
0
votes
2 answers
Google cloud Auto scaling - how to create vm using existing vms image
Hi I am new to google cloud. I want to use autoscaling. My question is that is it possible to use the image of my current vm as template?
Or do I have to create a fresh vm instance and create script that will install all the required setups like…