Questions tagged [google-compute-engine]

Google Compute Engine offers scalable and flexible virtual machine computing capabilities in the cloud.

Google Compute Engine (GCE) is the Infrastructure as a Service (IaaS) component of Google Cloud Platform which is built on the global infrastructure that runs Google's search engine, Gmail, YouTube and other services. Google Compute Engine enables users to launch virtual machines (VMs) on demand. VMs can be launched from the standard images or custom images created by users. GCE users must authenticate based on OAuth 2.0 before launching the VMs. Google Compute Engine can be accessed via the Developer Console, RESTful API or command-line interface (CLI).

Useful links

1463 questions
2
votes
1 answer

Unable to unblock project-wide SSH keys for GCP instances

I am trying to use project-wide SSH keys on my instances in GCP. However, in the VM instance details, despite unchecking the "Block project-wide SSH keys" checkbox and clicking Save, as advised here, it remains checked and I cannot login to the…
2
votes
1 answer

Can we get Google Compute Engine recommendations through API?

We get Google recommendations in virtual machines UI, such as the following: Can we fetch these recommendations through an API and apply them as well?
shashank
  • 121
  • 3
2
votes
0 answers

Quota 'GPUS_ALL_REGIONS' exceeded. Limit: 0.0 globally

I am trying to create the VM instance with NVIDIA K80 GPUs in Asia-East1 so, I requested to increase the quota and team have adjusted the quota. However, when I am trying to create the VM instance by selecting the NVIDIA K80 GPUs with 4 CPUs and…
2
votes
2 answers

Duration to provision a new TLS certificate on GCP HTTPS-Load-Balancer?

What's the expected duration to provision/finish serving an updated TLS certificate (called "SSL certificate resource" in GCE) for the target HTTPS proxy (part of the GCP HTTPS-Load-Balancer)? Is it documented somewhere? My test below reveals: GCP…
2
votes
1 answer

Google Cloud - Backend unhealthy and LB not working

I somehow broke a working SSL LB with a minor change and now cannot get it to work again. VM Instance - - Showing unhealthy and giving a 502 error through the external IP (but taking the correct SSL certificate) - Includes firewall rules separately…
2
votes
3 answers

Differing ssh host key in Container-Optimized OS instance

I created a Container-Optimized OS instance in the Google Cloud. When I try to connect to it via ssh from outside the ssh host key fingerprint shown differs from the output of ssh-keygen -lf /etc/ssh/ssh_host_ed25519_key.pub in the instance: What…
2
votes
1 answer

Google VM zone does not have enough resource

My VM crashed and giving me the following Error: Starting VM instance "xxxx" failed. Error: The zone 'projects/xxxxxx/zones/us-east1-b' does not have enough resources available to fulfill the request. Try a different zone, or try again later. Also…
Vishal Ash
  • 21
  • 1
  • 2
2
votes
1 answer

Shut down a notebook instance

I am using a couple of notebook instances on Google Cloud as my everyday compute engines. The usual workflow is to iteratively develop my data product using Jupyterlab, and then SSH into the machine once the code is ready to be run (My typical…
Pav
  • 33
  • 1
  • 4
2
votes
1 answer

nginx: [emerg] unknown "request_url" variable

I am running a Wordpress site on Google Compute Engine. It's Nginx and used to work correctly. After a server restart it no longer starts up Nginx. I receive : nginx: [emerg] unknown "request_url" variable /opt/bitnami/nginx/scripts/ctl.sh: 77: [:…
NetApex
  • 23
  • 6
2
votes
2 answers

Google Cloud Port Forwarding

I am trying to configure port forwarding within Google Cloud in a similar fashion to an on premise firewall. I would like a single NAT address that I can then control a series of ports to go to specific VM instances. e.g. External 10.10.10.10 ports…
Terry
  • 21
  • 1
  • 2
2
votes
1 answer

GPU card not working on google compute engine

I ve a Google compute Engine VM: n1-standard-2 2vCPU, 7.5 GO RAM NVidia Tesla P100 GPU Windows Server 2019 But the NVidia GPU card is not working with the server. When I go to the devices manager Windows I see the following error message: This…
Maxime
  • 21
  • 1
2
votes
1 answer

Access Denied on NVIDIA GRID 7.2 Driver

I am trying to set up an NVIDIA Tesla T4 GPU and use its RTX functionality in a raytracing application (Bakery for Unity3D). But every time I launch the app, Bakery tells me it could not find the OptiX library. I believe to have tracked it down to…
2
votes
2 answers

super slow egress after migrating server mirror to GCE

Migrated a Windows 2008 R2 instance using Cloud Endure to GC. Everything looks great, network rules are set up correctly. I can remote into the box from behind the firewall and everything is snappy. But when the system is accessed from outside…
2
votes
1 answer

'Failed to start Execute cloud user/final scripts'. : Google compute instance hitting error when running cloud user/final scripts

Question How can I connect to a Google instance if I have no SSH keys and google user/final scripts will not run? Problem Context Google compute instance running Ubuntu 16.04 LTS. I changed its base version of python in order to install a python…
2
votes
3 answers

GCP Private IP CloudSQL

I have configured private Service Access for CloudSql from my VPC. My VPC has 2 subnets in regions us-west1 and us-central1. The issue is: My app is NOT able to connect to the CloudSQL instance from us-west1 (subnet) but is able to connect from…