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

SFTP Account for specific folder

So we're hosting using Google Cloud and I need to create a specific SFTP account using normal username and password for a specific folder. I prefer not to use SSH keys as this is for non tech people and the directory is rather isolated from the rest…
FooBar
  • 71
  • 2
  • 8
-1
votes
1 answer

Neep help in properly setting up load balancer and googl cloud cdn

I tried to set up google cloud cdn for my server on google compute engine. I have done everything correct but images on my server are not getting cached. cache hit ratio is n/a. in logs, i am getting 200 status code for http://(ip…
-1
votes
1 answer

Accidentally I deleted my instance-1

I accidentally deleted my instance-1 along with the boot disk, I would like to know if it is possible to recover in any way, considering that I used it as a server and I have a very important database for me, I have looked everywhere for some…
-1
votes
1 answer

Disabling SSH access into prod VM on GCP

As per title, for example if I disable SSH access into VM on GCP, but someone wants to remotely manage VMS , build docker containers or manage Cloud storage objects what they have to do? Grant people access to use Google Cloudshell Config VPN…
-1
votes
2 answers

Port forwarding not working on Google Cloud

I've created a rule in google cloud to allow inbound connections, but the port won't open. Can't connect through telnet or online port checkers. Can anyone tell me what could the issue be? I included all my rules below as well but it's port 27015…
-1
votes
2 answers

Google Cloud VPN with multiple on-premises networks

I have a project on GCP and I want to setup site-to-site VPN between this project and multiple geographical branches. I successfully setup VPN between Cloud VPN and one of the branches. The problem is when I try to setup the VPN between the cloud…
Adel Khayata
  • 129
  • 1
  • 8
-1
votes
1 answer

SSH into Google Compute Engine using automated deployment (i.e., CircleCI)

I am trying to SSH into my Compute Engine instance using CircleCI with a command that looks like this in config.yml: gcloud --quiet compute ssh [INSTANCE_NAME] --zone northamerica-northeast1-a --project [PROJECT_NAME] cd /var/www/dev I can…
Jorjani
  • 133
  • 3
  • 12
-1
votes
1 answer

32 bit OS support in GCP

I am new with GCP and trying to find out if old Win 2003/2008 32 bit virtual machines are supported for migration? What about 32 bit linux instance? Thanks in Advance
Bam Bam
  • 13
  • 2
-1
votes
1 answer

Why is my US central region server struggling (max CPU) behind my Google Cloud load balancer?

I have a load balanced environment configured in Google Cloud Platform. Behind the load balancer are two servers, which are nearly identical in configuration. One server sits in the US eastern region and one in the US central region. The server in…
-1
votes
1 answer

Google Cloud Platform Computed Engine instance experienced DDoS attack

I have experienced DDoS attack in GCP. I did something to a new project. I want to know is this normal? Enable ssh root + password to login server. I did something like https://mapgun.com/archives/2235 Install Mongodb. apt-get update &&…
-1
votes
1 answer

Custom internal IP instance

I am trying to setup an instance (landingpage2) to use custom internal ip, after instance is up, I could not ssh to public IP, I even can't ping it. If I don't use custom internal IP for the instance, everything is working fine. Did I miss…
-1
votes
1 answer

Google Compute Engine >>unexpected (unknown) user making continues request to our website (home page)

we have hosted our website (server, Linux Debian ) on Google Compute Engine instance, the problem is that, from last 5 days, someone (unknown ) unexpected user making continually request to our website,(home page) that's why, our back-end server…
-1
votes
1 answer

Why is apt-get "not found" on a fresh install of google cloud version of Ubuntu?

Just installed ubuntu-1404-trusty-v20170517 using google cloud. Why do I get the referenced error? Is there some reason Google doesn't include it? (They include docker and python, fer crying out loud) Here is some relevant output: cat…
-1
votes
2 answers

Google Compute Engine VM instance start up failed

After upgrading from free trial, I am trying to start up my VM instance. I got this error: Starting VM instance "server3" failed. Error: The default network interface [nic0] is frozen. How can I fix it?
mak
  • 19
  • 1
-1
votes
1 answer

Hundreds of CLOSE_WAIT

I am getting file leaks when I run my code on Google Compute Engine to what appears to be Google servers: php 3630 www-data 873u IPv4 34632 0t0 TCP xxxx.internal:43328->vu-in-f139.1e100.net:https…