You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Trigger rebuild for VM setup changes
This PR on data-engineering changes the instructions:
lewagon/data-engineering-setup#63
* setup guides generated
---------
Co-authored-by: github-actions <github-actions@github.com>
Copy file name to clipboardExpand all lines: VM.md
+8-73Lines changed: 8 additions & 73 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,85 +216,20 @@ Go to your project [APIs dashboard](https://console.cloud.google.com/apis/dashbo
216
216
- Compute Engine is now enabled on your project
217
217
218
218
219
-
## Virtual Machine (VM)
220
-
221
-
**👌 Note: Skip to the next section if you already have a VM set up**
222
-
223
-
_Note: The following section requires you already have a [Google Cloud Platform](https://cloud.google.com/) account associated with an active [Billing account](https://console.cloud.google.com/billing)._
224
-
225
-
- Go to console.cloud.google.com > > Compute Engine > VM instances > Create instance
226
-
- Name it `lewagon-data-eng-vm-<github_username>`, replace `<github_username>` with your own, e.g. `krokrob`
227
-
- Region `europe-west1`, choose the closest one among the [available regions](https://cloud.google.com/compute/docs/regions-zones#available)
- Give it a name, like "lewagon-data-eng-vm-ip-<github_username>" (replace `<github_username>` with your own) and description "Le Wagon - Data Engineering VM IP". This will take a few seconds.
- You will now have a public IP associated with your account, and later to your VM instance. Click on `Done` at the bottom of the section `Edit network interface` you were in.
- It will take a few minutes for your virtual machine (VM) to be created. Your instance will show up like below when ready, with a green circled tick, named `lewagon-data-eng-vm-krokrob` (`krokrob` being replaced by your GitHub username).
222
+
_Note: The VM setup requires a [Google Cloud Platform](https://cloud.google.com/) account associated with an active [Billing account](https://console.cloud.google.com/billing)_
Congrats, your virtual machine is up and running, it is time to connect it with VS Code!
232
+
**👌 Follow [this guide](https://scribehow.com/embed/Create_a_Google_Cloud_VM_Instance_with_SSH_Key__1ohFlAbSR9yoG28S0PDfwg) or skip to the next section if you already have a VM set up**
0 commit comments