Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
title: GCP Compute Instance
description: Learn how to connect to GCP Compute Instance privately from a DevBox.
---
# GCP Compute Instance

Connecting to Compute Instance running in the private subnet of GCP VPC from your DevBox.

If you're more of a visual learner, check out the [video tutorial](#video-walkthrough)!

## Architecture Diagram

![GCP Compute Instance Architecture](../../../.gitbook/assets/gcp-compute-instance-architecture.png)
Expand Down Expand Up @@ -54,3 +57,7 @@ ssh -i "path/to/private/key" username@instance-ip
{% endcode %}

![GCP Compute Instance Access](../../../.gitbook/assets/compute-instance-access.png)

## Video Walkthrough

{% embed url="https://devzero.b-cdn.net/GCP%20how-to-guide%20Compute%20Instance.mp4" %}