[google-appengine] Re: cannot access VM instance

2020-12-09 Thread 'fgervais' via Google App Engine
Hello Hugo, I would recommend you take a look at this page [1]. The first step would be to verify if the GCP firewall in your project allows IPs to connect to the port 22 on your instance. Regards, [1] https://cloud.google.com/compute/docs/troubleshooting/troubleshooting-ssh#test_connectivity

[google-appengine] Re: How to schedule stop and start a VM

2020-09-22 Thread 'fgervais' via Google App Engine
Hello, I would recommend you take a look at this Cloud Scheduler documentation [1] that describes exactly what you want to accomplish. Regards, Frederic [1] https://cloud.google.com/scheduler/docs/start-and-stop-compute-engine-instances-on-a-schedule On Monday, September 21, 2020 at 9:13:02

[google-appengine] Re: making compute engine https to access from https protocol

2020-03-17 Thread 'fgervais' via Google App Engine
Hello Emanuel, The first step would be to make sure your application is listening for requests on the port 443. Once that is done, you need to make sure the firewall is allowing the requests to actually reach the post 443. You can create a rule via the Cloud Console with these instructions [