Questions tagged [google-compute-engine]

Google Compute Engine provides cloud-based virtual machine computing capabilities that are both scalable and flexible.

Is it possible to utilize the Compute Engine API with NodeJS to make changes to the files on a Compute Engine virtual machine?

Currently, I am working on a project in Google Cloud that involves utilizing both their App Engine and Compute Engine services. Within the Compute Engine, there is a virtual machine instance named "instance-1", where a python file (file.py) resides: name ...

What is the process for linking a NodeJS app on Google App Engine to MongoDB hosted on Compute Engine?

Looking for advice on connecting a Google App Engine project written in NodeJS to a MongoDB server hosted in Compute Engine. Since the App Engine has a dynamic IP and can't be added to the white list of Compute Engine, what is the best way to establis ...

How to Upgrade Node and NPM on Google Compute Engine?

Currently, my Google Compute Engine VM is utilizing a Node.js v6.16 image. I am interested in updating to the latest version as I need async functions which are not supported in v6. How can I go about updating this? ...

Automatically deploy an Express.js server to Google Compute Engine with PM2

I am currently managing a virtual machine that is running pm2 on Google Compute Engine. What steps do I need to take in order to automate the deployment of an express.js server from a GitHub repository? I have generated an SSH key for user login and hav ...

When Hyperledger Composer module local_connection.json is implemented on Google Compute Engine

After successfully running my hyperledger composer project on localhost, I encountered issues when trying to deploy it to Google Cloud Compute Engine. The project consists of a composer network and a nodejs backend for interacting with the network. I foll ...