Questions tagged [gcloud-compute]

28 questions
0
votes
3 answers

Can google access data on compute engine virtual machine?

I'm using an always-free VM on Google Cloud (e2-micro). When creating the instance, there's an option Enable Confidential Computing service, but that requires n2d machine, not part of the always-free resources. Does that mean Google can read my VM's…
Vu TrongNghia
  • 140
  • 2
  • 9
0
votes
1 answer

Google cloud compute VM instance not getting listed

I lost my vm instance and a huge amount of data with it. I even paid the pending amount to google but when i went to the vm instance page, it is showing only create instance menu. How can i recover my old vm instance. Please help
Redone
  • 1,253
  • 5
  • 18
  • 37
0
votes
1 answer

Fetching List public VM Images in Google Cloud

I am using C# Google SDK to fetch the list of public ubuntu or debian VM Images available in Google Cloud. The response is a long list of VM' having primarily the deprecated State as "OBSOLETE". When applying the filter for ACTIVE state the response…
0
votes
1 answer

The zone 'projects/xxxx/zones/us-west3-a' does not have enough resources available to fulfill the request. Try a different zone, or try again later

I have a suspended instance that I want to bring up, but cannot because of the error in the title. I'd expect that there'd be an obvious way to choose a different zone in which to resume the instance, but I see nothing. As long as us-west3-a is…
Sniggerfardimungus
  • 11,583
  • 10
  • 52
  • 97
0
votes
1 answer

how to fix ssh on gcloud vm

Earlier today, I tried to connect to my google cloud vm instance via ssh, but I got an error saying: An error occurred while communicating with the SSH server. Check the server and the network configuration. I have tried connecting via ssh using…
Error404
  • 56
  • 5
0
votes
2 answers

Should I keep UI and backend separate or combine considering cost to run

I am developing my first SaaS application that will be hosted in the Google Cloud or any other similar cloud. To give an idea about the nature of the project: it is a somewhat simple SaaS, multi tenant based, where a client creates an account and…
eYe
  • 1,695
  • 2
  • 29
  • 54
0
votes
0 answers

import error when remotely executing gcloud compute command

I create a GCP instance with a prebuilt image (c3-deeplearning-tf-ent-1-15-cu100-20200313). I remotely executed "script.py" using the following command. $ gcloud compute ssh me_as_user@instance -- 'python script.py' and I got tensorflow import…
Troy
  • 95
  • 1
  • 4
0
votes
1 answer

GCloud compute instance halting but not stopping

I want to run a gcloud compute instance only for the duration of my startup script. My startup script calls a nodejs script which spawns sudo halt or shutdown -h 0. Observing the serial port the system comes to a halt but remains in the RUNNING…
Raven
  • 1,453
  • 3
  • 18
  • 29
0
votes
1 answer

Scala : Cant run gcloud compute ssh

I am trying to run a hive query using gcloud compute ssh via scala First, here is what i tried scala> import sys.process._ scala> val results = Seq("hive", "-e", "show databases;").!! asd zxc qwe scala> which is good. Now, i want to run the same…
AbtPst
  • 7,778
  • 17
  • 91
  • 172
-1
votes
0 answers

Can't find the embedded video link of amazon aws hosted on ring.com

I am facing an issue with the website ring.com. They have CCTV videos on their server, which are only accessible after logging into their dashboard. However, when I download the videos, the ring.com watermark is appended to them. Additionally, I…
-1
votes
1 answer

GCP logout URL? Unable to configure SSO in AZURE

I'm trying to setup SSO into Gsuite. I'm able to sign but after logout it shows a logout error bcz of not mentioned logout URL. Can anyone post the GCP logout URL?
-1
votes
1 answer

How to install JCloud Server Application in my own VPS and service for developers

When i have my own linux VPS Server , how can i initial software environment and install JCloud Server Application to service for developers.
-1
votes
1 answer

How to update the prices from GCP in an interval manner

I'm using GCP, i want to calculate Mounthly Cost & Hourly cost of using services, but i do not want to call GCP apis everytime. Do you propose a solution on how to update the prices from GCP in an interval manner?
1
2