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

Installing SSL on Compute Engine

I am trying to host a website on Google Cloud Platform. It was a little startling for me that no one has ever tried something this simple or even if they have tried they have not left any documentation for others to follow. Then I found some…
0
votes
1 answer

All the data on the server is lost

Due to the insufficient performance of the server, I tried to adjust the server hardware. After the adjustment, I was prompted that there was a limit on the number of CPUs, so I needed to apply for a quota. Server CPU and RAM can not meet the…
Next
  • 11
  • 1
0
votes
0 answers

Can't connect to SQL Server 1433 port for VM windows server externally on gcloud

I have already enabled the port in the firewall rules in gcloud, windows server and instance. I defined the port in the sql configuration manager. The other ports like 8080, 23, 21 are working normally. Only port 1433 is not working.
0
votes
0 answers

How to connect application with internal IP on browser on GCP

Currently I have deployed sample spring code on GCE and started the application. I am unable to access application with internal IP. For security purpose, I need to use connect application with internal IP not with external IP. can you please help…
0
votes
1 answer

Starting a VM Instance on a Cloud Function triggered by Finalize/Create event of a Bucket

I wanted to execute a cloud function whenever a file is dropped in the bucket (see the below code). Further this cloud function should start a VM instance. def startVMInstance(event, context): file = event if (file['name'] == 'test1.csv'): …
user570778
  • 21
  • 2
0
votes
1 answer

Squid Proxy Setup, Paired With Google Cloud - Configure Outgoing Traffic

Summary; I am attempting to set up a transparent proxy for use with a Minecraft server I'm setting up for friends at home. I am needing help figuring out the more technical aspects of setting up Squid to forward to my home network, with a specified…
0
votes
1 answer

how to install SSL certificate on Google cloud VM

I have purchased a SSL certificate from Godaddy , i have .crt file , .pem file , csr file and private key file i am having a google cloud VM with a ubuntu OS and hosted API on port 5111 i did attach SSL certificate in my code as mentioned…
0
votes
1 answer

I can't install mediawiki on the google cloud

I installed everything. Followed the instructions and then once I finished I put LocalSettings.php on the same folder as index.php. That is site/wiki/ Yet it still says that LocalSettings.php is missing. I typed the address LocalSettings.php and it…
0
votes
2 answers

WAN connection is too slow on GCP compute instances

Yesterday I launched a new GCP instance which has about 15G RAM and 4CPU, I found Internet speed on the server is very slow! so I though to measure speed using speedtest-cli and found the connection is too slow, my mobile phone has a better Internet…
linuxman1
  • 101
  • 1
  • 5
0
votes
1 answer

google cloud compute engine / vm

I have created an instance on Google Compute Engine and setup a web application in it. But the issue is that the web app picks internal IP address instead of the external which causes the app to malfunction. Is there a solution to this issue that…
bill
  • 1
0
votes
1 answer

Google Cloud Platform centos machine keeps booting off

I have an issue with a centos GCP machine, which keeps booting off after a period of 1-2 days: pic of the lost session to the machine I am new to GCP and was wondering what can I do to fix this. Thanks guys.
0
votes
1 answer

Google Compute Selenium intermittent connection issue

I'm trying out Google Compute. I have an issue I never saw on AWS. I'm using Ubuntu 16.04 / Codeception / Selenium / Chromedriver / Chrome to run a simple acceptance test. The thing is, it fails randomly. Without changing anything, I can either fail…
0
votes
3 answers

Google Cloud Compute ubuntu growpart command says "could only be grown by -33 [fudge=2048]"

I am trying to add an extra disk for my compute engine by following the instructions here but I am stuck in growing the partition. sudo growpart /dev/sda 1 NOCHANGE: partition 1 could only be grown by -33 [fudge=2048] Any help would be greatly…
thulungair
  • 1
  • 1
  • 2
0
votes
1 answer

How to find available memory on Google App Engine Flex Instance

I've done tests with different instance class options and checked the available memory of the instance with the free -h command via SSH, the available memory doesn't change, it gives me the same 988Mi available for all instance_class settings. It's…
0
votes
1 answer

How to add a certificate in UEFI SHIM for signing a kernel module on GCP?

I followed this tutorial in order to add my own signed kernel module in my Ubuntu VM (18.04 LTS). It is hosted on Google Cloud Platform. I would like to add a certificate in the UEFI shim/Mokmanager, but when I restart the server in order to…
Antonin M.
  • 205
  • 1
  • 3
  • 8