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
0
votes
1 answer

Can't SSH into Google Cloud VM, How to debug?

I have a VNC server running on a google cloud VM. It had a weird error 'Cannot open Chrome, out of memory'. So I restarted. The VNC server is a docker container set to auto restart. Now no matter how many times I 'reset' or 'stop' the instance, the…
user12341234
  • 147
  • 2
  • 7
0
votes
1 answer

Compute engine instance that takes 60 seconds to process a request but times out before responding

I have a compute engine VM instance with a docker image. It has a server that does expensive computations that take around 2 minutes for each request. The server responds perfectly for small requests. For larger ones it responds with the…
Adham Zahran
  • 111
  • 5
0
votes
1 answer

Google Cloud Virtual Machine : Unable to resolve external URLs

my google cloud VM is not able to resolve external URLs , please see the screenshot. any help in addressing this issue , greatly appreciated As recommended attaching screenshot of resolv.conf After restarting systemd-resolved getting below…
0
votes
0 answers

Google Compute Engine: /syslinux/vmlinuz.A has invalid signature

Since last week, my Google Compute Engine instances do not boot because of this error. [0m[37m[40m[0m[30m[40m[2J[01;01H[0m[37m[40m Booting `verified image A' error: /syslinux/vmlinuz.A has invalid signature. Press any key to continue... …
0
votes
1 answer

Why does cloud "delete instance" take a very long time (google cloud compute engine)?

Google Cloud Compute Engine can start an instance in 10s, while the exact same instance will take 1m29s to delete! There is only one boot disk and it doesn't persist after instance deletion. Similarly, stopping the instance is also very slow…
0
votes
1 answer

GCP Stackdriver log event for failed API attempts due to insufficient access scopes

I would like to monitor for Compute Engine service accounts that attempt API calls beyond their given Access Scope. This could be via the gcloud command or manual API interaction using the OAuth token from the metadata server. Here is a specific…
0
votes
1 answer

Ipv6 Proxies run on localhost but not on Google Cloud VPS

I'm trying to pull user data from instagram public api with PHP Curl. I am using IPV6 proxy on my curl connection. I get different results in localhost and google cloud using the same codes. When I use IPV6, I get the result as bool(false) in google…
0
votes
1 answer

GCP: error while creating image

I am making an image from a ubuntu vmdk virtual disk. but I am getting an error The error: ERROR: build step 0 "gcr.io/compute-image-tools/gce_vm_image_import:release" failed: exit status 1 Full log: starting build…
0
votes
1 answer

Google Filestore: Recommended limit 500 clients

According to this article: https://cloud.google.com/filestore/docs/limits Google suggests that the limit to the number of clients filestore is mounted on is 500. Does anyone have details on why this limit is imposed? Is it just a hardware limit…
0
votes
2 answers

GCE Required 'compute.zones.list' permission for 'projects/someproject'

I've created project in GCP. Then I created service account with Compute Admin role. After that, I enabled Compute Engine API for my project, but can't work with instances: #gcloud compute instances list ERROR: (gcloud.compute.instances.list) Some…
Ninja
  • 11
  • 1
  • 3
0
votes
1 answer

(Google cloud platform) Gcp portforwarding not working

I am trying to forward the port tcp 32400 I doing this for a windows server 2012 vm running plex media server the vm is hosted on Google cloud platform.
0
votes
1 answer

Auto-join GCP compute Engine(Windows/Linux) to Active Directory Domain Services

Is there a way to auto-join GCP compute Engine(Windows/Linux) to Active Directory Domain Services. Found that terraform doesnot support this.
Scurious
  • 1
  • 1
0
votes
1 answer

On GCE, sudden disk I/O and can no longer SSH in

I've been running a long job on GCE with a GPU. It is not a preemptible instance. I was monitoring the job on a local terminal with SSH and TMUX on the instance so it keeps running if the SSH connection gets broken. The screen froze so I tried to…
new name
  • 217
  • 1
  • 2
  • 9
-1
votes
2 answers

How can I point my custom domain to a google cloud instance

So, I got a domain, suputamadre.es I launched a google cloud instance and assigned an IP to it, say 1.2.3.4 I launched my django server to listen on 0.0.0.0:80 I try to connect by going on chrome to http://1.2.3.4 or http://1.2.3.4:80 and it works.…
-1
votes
1 answer

deploy 100 vm in GCP (with same configuration at same time)

I wanted to deploy the 100 VM for my customer as he want.But i dont want to create the 100 VM manually one by one . i wanted to create those VMs in single time in single click .Please provide the solution.