3
– Appendix
Google Cloud Platform Integration Guide
21
3
Appendix
To connect with the VM instances created on google cloud refer the google cloud documentation, however
below is the method to connect Linux instance using SSH is provided for your reference.
1. To connect the instances using the gcloud open the Google Cloud SDK Shell and run the
gcloud compute
command as follows:
# gcloud compute --project "zinc-window-164420" ssh --zone "us-central1-b" "instance-1"
It connects you to the instance using SSH.