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

1460 questions
13
votes
2 answers

df -h only shows 10GB, but I've assigned a 500GB disk to the GCE instance

I keep on running out of disk space while trying to compile gcc and I keep on creating larger and larger disk sizes and after 5 hours of compiling, it runs out of disk space. I've resized the disk 4 times now, restarted the compile step for the 4th…
6
votes
2 answers

Stackdriver Extractor fails

I'm trying to get stackdriver working with GCE. I went through the standard instructions to install (executing stack-install.sh --write-gcm), however it doesn't seem to work at all. When I add monitoring alerts to watch processes, I get: Process…
woot
  • 211
5
votes
1 answer

Google Cloud frequently doesn't have enough resources

This is a Canonical Question about a temporary shortage of available resources in Google Cloud services. I'm a Brazilian user of Google Cloud's Compute Engine for a while and I managed to use it fine for quite some months. Unfortunately, in the…
Momergil
  • 151
  • 2
  • 7
5
votes
2 answers

How to apply label to instances of Managed Instance Group?

Is there a way to automatically apply Labels to instances that are launched by a GCE Managed Instance Group (aka. Instance Group Manager)? I see that you can add Network Tags in the Instance Template (properties.tags), but I don’t see a way to add…
yonran
  • 817
  • 2
  • 13
  • 22
5
votes
1 answer

How do I avoid an overbooked GCE zone?

Apparently if too many people use a zone, you won't be able to start instances back up. Starting VM instance Error: The zone does not have enough resources available to fulfill the request As I'll need to move the instance to a new zone, how do…
Ray Foss
  • 259
  • 2
  • 12
5
votes
2 answers

Why is my VM created in GCE asia-east1 is getting a US IP address?

I provisioned a custom-sized VM in GCE zone asia-east1-a and I chose that zone for a reason. Why is it that when checking my IP location I see that the location is in Mountain View, CA? Is this because the IP is registered to that location or is it…
4
votes
1 answer

exact documentation for clock sync on GCC VM's?

I've spent a lot of time searching, but haven't found any concrete (i.e. something I can give to a customer) details on GCC VM clock synchronization. My RHEL Vm's don't have ntp running, but I found a blog page that said the system clock in a VM is…
3
votes
2 answers

GCP changing machine type from N2 back to N1

I would like to change the machine type for a virtual machine back from N2 to N1. I executed : gcloud compute instances set-machine-type MACHINENAME --zone=europe-west4-b --custom-cpu=10 --custom-memory=40 : --custom-extensions…
Angelo
  • 31
3
votes
3 answers

Google Compute Engine: Unable to remote desktop connection to MS Window server

I just created a MS Window server VM instances on Google cloud platform but I'm unable to remote desktop it. Below is the remote error. There is no paid support available to me as I'm using free trial version. Is there any way i can contact Google…
nicholas
  • 131
3
votes
1 answer

Is there software I can load on my web servers to know how much of my traffic is going to china?

I have 15 VMs on Google Cloud and would like to know which one is causing my egress data to china. How can I tell which one is doing the all that traffic? It has probably been hacked and would like to fix it.
3
votes
1 answer

Possible to restore snapshot to existing VM Google Compute Engine?

I know it's possible to place a snapshot on a new VM and you'd be able to delete the old if you don't need it anymore, but I was wondering if it's possible to just restore the snapshot on the existing VM? All I can see are the options to create a…
Asitis
  • 97
3
votes
1 answer

May I use SQL Server in a Google Compute Engine instance?

Does google computte engine offer SQL Server 2012 licensing? Web Edition to be more specific. I have not found any documentation on this matter here: https://cloud.google.com/compute/docs/infrastructure-software?hl=es
DavidC
  • 141
3
votes
1 answer

GCP : Monthly VM Uptime report in percentage

The VMs in our environments are using only internal networks , which consist of both Linux and Windows flavours. Our requirement is to take the monthly report which gives the data of the VM uptime in percentage. Please suggest if already the…
3
votes
1 answer

How do I find my compute engine path and how to set up the cron for a Google cloud deploy Mautic instance?

I want to set cron jobs for my Mautic install, but I don't know what path to use ... This is NOT for a Bitnami mautic install, I'm simply using examples below for reference, this is for a Google Cloud Deploy instance. Mautic install is over…
3
votes
1 answer

Browser SSH to VM Instance Without External IP

In my GCP project, as a project owner SSH option is enabled on browser for me on an VM instance with NO External IP but Not for other users who have Compute Admin and with "roles/iam.serviceAccountUser" to compute service account. The same users are…
Praveen
  • 31
1
2 3
12 13