Skip to content

Setting up Static IPs on Google Cloud

Tyler edited this page Aug 6, 2019 · 1 revision

Associating Static IPs on Google Cloud Platform

  • Start from your Google Cloud Storage Control Panel, and click VM Instances under Compute Engine in the side menu

image

  • Select whichever VM you would like to associate a static IP with

image

  • Click Edit on the top menu bar

image

  • Scroll down and select Network Interface

image

  • Under external IP, select create new IP address

image

  • Fill out and submit the modal form with the name/description for the static IP and network options:

image

  • Make sure to click done on the Network Interface dialogue well

image

  • Save your instance. It should now have a static IP associated. To change back to a dynamic/ephemeral IP, go through the same steps, but under network interface choose ephemeral ip instead of create new ip address.

image

Clone this wiki locally