From 938bcec5f7a62a4728b85eda8f33faf851e540eb Mon Sep 17 00:00:00 2001 From: konsthol Date: Tue, 21 Mar 2023 23:27:49 +0200 Subject: [PATCH] Become a programmer, they said. It'll be fun, they said. --- assets/pages/gce/GCE_setup.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/pages/gce/GCE_setup.md b/assets/pages/gce/GCE_setup.md index b5e2c93..4570fa7 100644 --- a/assets/pages/gce/GCE_setup.md +++ b/assets/pages/gce/GCE_setup.md @@ -25,10 +25,11 @@ For the Google Compute Engine we firstly need to create a new project. 6. Keep in mind you need to have billing information associated and enabled for your project. In as few words as possible, here are the steps to follow: -[Create Project](https://console.cloud.google.com/projectcreate) -[Create Service Account](https://console.cloud.google.com/iam-admin/serviceaccounts) -[Create Service Account Key](https://console.cloud.google.com/apis/credentials/serviceaccountkey) -[Enable Compute Engine API](https://console.cloud.google.com/apis/library/compute.googleapis.com) + +* [Create Project](https://console.cloud.google.com/projectcreate) +* [Create Service Account](https://console.cloud.google.com/iam-admin/serviceaccounts) +* [Create Service Account Key](https://console.cloud.google.com/apis/credentials/serviceaccountkey) +* [Enable Compute Engine API](https://console.cloud.google.com/apis/library/compute.googleapis.com) There are three values needed for authentication with the Google Compute Engine API. The first is the project ID, which is the name of the project you created in the Google Cloud Console. The second is the service account email address, which is the email address of the service account you created in the Google Cloud Console. The third is the path to the JSON file (whose name and path are found by the script's internal logic by providing the private_key_id) that contains the private key for the service account. You can find these values in the JSON file you downloaded from the Google Cloud Console.