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

How to change the default editor of gcloud command?

When I run this command gcloud compute url-maps edit URL it brings up nano as the default editor on my macos macbookpro How can I change this behaviors? I checked the documentation of gcloud config command but it does not have anything related to…
Anthony Kong
  • 3,288
  • 11
  • 57
  • 96
-2
votes
1 answer

Do preemptible instances live longer on old zones?

I've had instances be killed within a few minutes in peak hour. Would less busy zones with old processor architectures live longer on average? The reasoning goes that they should be less busy and preemptible instances are designed to optimize…
Ray Foss
  • 249
  • 2
  • 12
-2
votes
1 answer

Why does my 32 core GCE instance keep stopping and how can I debug it?

I am experimenting with google compute engine (GCE) to run some scientific/engineering software. I have successfully tested the system on GCE using an 8 core, non-preemptible instance running over a long time period. I'm now testing with a 32 core…
crobar
  • 117
  • 3
-2
votes
1 answer

unable to connect ftp on google compute engine instance

I am using pure-ftpd on ubuntu instance. I can connect to ftp from that instance as ftp localhost but not from outside I can access apache2 server from anywhere by External-IP. which firewall / routing rules I need to create more ?
-2
votes
1 answer

Is it good idea to set up mail server Google Compute Engine or Amazon EC2?

I really would like to hear your idea and experiences in setting up mail server on Google Computer Engine or Amazon EC2. Is it possible to do so? Is there any recommendation?
Bunheng
  • 21
  • 3
-2
votes
1 answer

error while connecting to ssh on google cloud platform

I have my instance running on Google Cloud Platform but suddenly my websites stops working and when i try to login via ssh, it keep connecting not never connects. It says: The key transfer to project metadata is taking an unusually long time.…
-2
votes
1 answer

Restrict creation of VMs on GCP projects

I am looking to Restrict creation of VMs on GCP projects. Any workaround for this request. We have a scenario to restrict the VMs under few projects not all projects and it should not be override by any project owner or folder owner.
-2
votes
1 answer

Accessing VM from Google Cloud Function

I want to run a bash script located on a VM instance from Google cloud function. Is there something that compute engine client library provide? I have been searching for solution but so far found that only start/stop can be triggered from cloud…
-2
votes
1 answer

No space left on device mysql

I have a vm instance on compute engine gcloud and mysqld server (mariadb) does not connect, error: waiting for someone to free some space ... (errno: 28 "No space left on device"). here the log file : mysqld log file I have 10 GB disk space; mysqld…
-2
votes
1 answer

Redundent Disks with Google Cloud Virtual Machine

I am using Google Compute Engine VM for a web server. Is it possible to setup a RAID type of disk structure with the virtual machine? I basically would like ti have 2 disks on the machine where they are always mirrored and in case one disk fails the…
-3
votes
2 answers

How to Enable IPV6 on Windows Server 2012 R2 (Cloud Google VPS)

I'm new to Cloud Google VPS. Since it's free, I am testing some Windows Server with 2012 R2 OS, but having a problem enabling IPv6 IP Address. Help would be greatly appreciated!
-3
votes
1 answer

Google Cloud Compute Engine CentOS 7 Sudo command

Till Friday 12/10/2018 I was able to run sudo commands (Ex:sudo mongodump --db iot_ac). Today When I tried to run any command as root(sudo),i get the below message(Connected through SSH): We trust you have received the usual lecture from the local…
-3
votes
1 answer

SSH Google Compute Engine down?

There's an issue with SSH access today ? Don't know why I can't access to my instances today, from a MobaXterm or the SSH webinterface in Google Cloud (impossible to connect port 22). Global issue or only my account ?
-3
votes
4 answers

How to Set PTR Record?

I have a domain from Godaddy, its application runs at Google Compute Engine and is traffic controlled by Cloudflare. For sometime now we have observed decrease in our mails deliverability to users inbox. One of the method to resolve the issue is to…
-3
votes
1 answer

GCP Console script to automatically migrate VPS to higher tier?

Is there a sample gccloud script to migrate a machine from general-purpose to compute-optimised ? Its a webserver so I'd rather the new machine keeps the IP also. Downtime 10-20 min is OK.
Boppity Bop
  • 752
  • 3
  • 11
  • 34
1 2 3
97
98