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
-1
votes
2 answers

How do I make Google Compute Engine based domain private use only?

I've been using a compute-engine to host a website on gcloud. I just can't figure out how to make access to the project private, with a whitelist for pre-approved emails.
-1
votes
2 answers

Google cloud: failed to delete cluster: compute.instanceGroups.update

While deleting a cluster with: gcloud container clusters delete demo I constantly encounter the following error message: ERROR: (gcloud.container.clusters.delete) Some requests did not succeed: - args: ['Operation [
-1
votes
1 answer

Detalized pricing for google cloud

Where I can get a detailed price for what I did spend? In google cloud console https://prnt.sc/117bsnx I see only the sum for the entire project but didn't see details
Bohdan
  • 1
-1
votes
1 answer

constant not enough resource to start my instance

Starting VM instance "xxx" failed. Error: The zone 'xxxxxxxxxxx/zones/europe-west2-c' does not have enough resources available to fulfill the request. Try a different zone, or try again later. it has been like this everyday since Friday 22/1/2021.…
Dia
  • 1
-1
votes
1 answer

DNS resolving issue with Google compute engine VM (over the last 24 hours)

Since the last 24 hours our Google compute engine has not been able to resolve hostnames via the DNS. (NOTE: Previously our compute engine has been working without this issue for over 2 months) For an example, if I ping www.google.com it gives an…
-1
votes
1 answer

Location europe-westa-2 is not found or access is unauthorized

Previously, I created an jupyter notebook instance on my project and today I deleted it, but I cant create a new one since its said that location
-1
votes
1 answer

how to gain access to local files from IAP Desktop Session

I just changed from Remote Desktop Connection (RDC) to IAP Desktop in connecting to the VM. I realised that I could not access my local drive from the IAP Session as it is in the RDC.I need any information that could assist me in accessing my local…
-1
votes
1 answer

How to get latest NVIDIA P100 GRID driver for GCE

I own a Windows Server 2019 GUI virtual machine, with a P100 driver. The problem is that some of my games requires the latest NVIDIA P100 driver, 442.29, but the latest driver released by GCE is 442.06 (there:…
Aymene B
  • 19
  • 1
  • 2
-2
votes
1 answer

Google cloud Linux instance is unable to login suddenly

This is a free 3cx google linux instance we have been using for past 3 weeks. All of sudden i am unable to login VM using Putty/SSH or Google cloud console and getting ran out of storage errors. I have resized the disk but still keeps getting…
VG_SPC
  • 1
  • 1
  • 2
-2
votes
1 answer

Google cloud submit shell script running on my instance

In my Debian instance at Google Cloud, I want to know if there is a scheduler so that I can submit my shell script to run my program in my instance without having to keep the terminal open all the time. Thank you
Mike
  • 103
  • 1
-2
votes
3 answers

Error while trying to ssh into Linux VM on GCP

I'd like to know if you've come across this error and possible solution. I've gone through alot to fix this, but doesn't seem to work. Permission denied (publickey,gssapi-keyex,gssapi-with-mic). ERROR: (gcloud.compute.ssh) [/usr/bin/ssh] exited with…
Tim
  • 1
  • 1
  • 1
-2
votes
1 answer

How to use a static IP from google cloud as a proxy in an ssh tunnel to 3rd party

I need to setup a static IP for 3rd parties to whitelist, and I need to use that IP from my laptop to connect to that 3rd party using SFTP and / or SSH. I'm thinking that I need to create a static IP in google cloud, and then somehow setup a proxy…
-2
votes
1 answer

400 bad request Nginx/1.4.6 (Ubuntu) in GCP

getting an error in host: 443 & while connecting on host showing 400bad request error. (venv)root@*****-dev:/usr/local/src/security_monkey/nginx# # sudo nginx Enter PEM pass phrase:***** nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address…
viswanath
  • 1
  • 2
-2
votes
1 answer

Apache default site returning virtual host directory

I am new to the world of server administration and am trying to learn from the ground up. I am running an Apache2 server on Google Compute Engine and am configuring my domain with Google Domains. Lets say I have example.io and I want to make…
-2
votes
1 answer

Google Compute Engine: how to notify / email from unattended-upgrades?

I use the unattended-upgrades package on my Debian Google Compute Engine instance to do security updates. It has the option of sending an email to notify me when a security upgrade was done. Do I need to go through the 3rd party bulk email…
JReed
  • 1
  • 2