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

Docker + Ansible + google-compute-engine debian packages - a confusing story

Dear fellow Server Faulters! I have stumbled upon a problem that confuses me A LOT and you are my only help! Long story short: 1. I have a set of ansible playbooks to configure servers 2. These playbooks are tested and verified against Google Cloud…
4
votes
2 answers

Google Console SSH from the Browser will not connect

I have this VM instance in Google Console. The instance was created in project within another organization, then assigned to my email address. I was assigned all admin related roles in IAM I tried to access the instance directly via Browser and…
4
votes
3 answers

Google Cloud Instance hostname (Compute Engine)

I have bought several Google Cloud Compute Engine instances. I access each one through its public IP. Is it possible to have hostnames in the Google Cloud service? Something like adolf.googlecloud.com, robert.googlecloud.com, etc. When I search for…
4
votes
1 answer

How to obtain project quotas states (ssd disks, cpu)?

I try to obtain project quotas info for my GCP projects via gcloud or API: gcloud compute project-info describe --project [my-project-id] Unfortunately there is no data for CPUs and ssd disks. I tried to use different versions of gcloud…
Dmitry
  • 125
  • 1
  • 6
4
votes
2 answers

socket.io handshake fails on Google https load balancer

We have the following setup for Google HTTPS load balancer. Two Frontends: 1. HTTP traffic to static IP 2. HTTPS traffic to the same static IP(DNS configured to a domain name) Host and Path rules All going to backend One Backend: With HTTP protocol…
4
votes
1 answer

How to identity the source of network egress?

I've been getting billed for "Compute Engine Network Internet Egress from Americas to APAC" on the order of $60-$70 a month (500-600GB). My instances are all in us-central1. I've seen plenty of one-off probes at my http services in my logs, but…
Ryan Calhoun
  • 171
  • 1
  • 6
4
votes
1 answer

How ephemeral (short lived) is the IP on a gcloud Compute Engine?

VM instance details report the external IP is ephemeral. Dictionary says this means "lasting for a very short time". Does anyone know how short? Static enough to aim DNS to this? If not very short, how does one get a less temporary IP address for a…
grabbag
  • 163
  • 2
  • 6
4
votes
1 answer

Unable to SSH onto GCE VM after reboot

I have a Ubuntu 16.04 LTS VM which I rebooted to apply updates to, but have got the following when trying to connect to SSH through the browser console since: Connection failed We are unable to connect to the VM on port 22. The serial output…
user3333099
  • 39
  • 2
  • 6
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…
kdwinton
  • 41
  • 2
4
votes
1 answer

Mongodb doesn't start using systemctl

When I try to start the mongo service(systemctl start mongodb) I get this error in journalctl: Mar 21 15:36:18 redhat7 systemd[1]: Started High-performance, schema-free document-oriented database. Mar 21 15:36:18 redhat7 systemd[1]: Starting…
Telen Stanley
  • 155
  • 1
  • 2
  • 7
4
votes
4 answers

How to enable Stackdriver Monitoring and Stackdriver trace on existing GKE cluster?

Have a cluster setup with the following permissions. I tried creating a node pool with new permissions, which seems to be able to enable some things. I didn't find the scope required for stackdriver trace permissions in the documentation located…
4
votes
2 answers

SQLite on Google Cloud Persistent Disk

Does Google's Persistent Disk have proper reader/writer locks for concurrent access (many virtual machines accessing data from a single Persistent Disk) which is required for SQLite? According to the SQLite FAQ: SQLite uses reader/writer locks to…
Jon
  • 143
  • 1
  • 5
4
votes
3 answers

Create Google Container Engine Cluster Without Default Node Pool?

When I create a cluster on Google Cloud's Container Engine, e.g. using gcloud container clusters create my-cluster --zone=my-zone a node pool ("default-pool") is created as well. I don't want this default pool to be created - I want to manually…
4
votes
2 answers

Cannot complete SSL handshake with one server from GCE Ubuntu 16.04.1 image (but works everywhere else)

I'm trying to connect to swift.ca-ns-1.clouda.ca:8443 via SSL. I can connect to this server from multiple other machines including other fresh 16.04.1 boxes (not on GCE), and I connect to it from other GCE instances that are not Ubuntu 16.04.1, but…
Brandon
  • 141
  • 1
  • 1
  • 4
4
votes
2 answers

startup-script doesn't run on first boot

The startup-script added to an instance in GCP doesn't seem to run on first boot (but does on subsequent boots) I'm using the https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/centos-7-v20160921 base image but had the same…
funkyhat
  • 61
  • 1
  • 8