Google Cloud Plateform VM Instances: How to connect one VM Instance to other using SSH and Internal IP Address
Dear Friends, all of us know that there are two kinds of IP Address that can be assigned to GCP VM Instances (i.e Compute Engine), now if you take external IP address, without any reason then you will have to pay since external IP address is not free.
So if you need to connect two compute engines via internal IP address using terminal for same region, via SSH, process is same as you connect via extermal IP address.
i.e ssh <username>@<internal_ip_address>.
Other advantage of connection via internal IP address is that it uses Internal LAN instead of Internet Data for communication will in turn will save lot of energy.
Comments
Post a Comment
If you have any doubts, please let me know.