This commit is contained in:
2023-03-24 20:44:26 +02:00
parent 18a0816199
commit f76aeaf4cc
6 changed files with 37 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ For the Google Compute Engine we firstly need to create a new project.
![Service Account Access 1](../../images/gce/gce-4.png)
![Service Account Access 2](../../images/gce/gce-5.png)
3. Then while being on the service accounts section click on the service account you just created and then on the [Add Key](https://console.cloud.google.com/apis/credentials/serviceaccountkey) button and choose the JSON option for Key type. Download it to the same location as the project's source files
3. Then while being on the service account we created, click on the manage keys you and then on the [Add Key](https://console.cloud.google.com/apis/credentials/serviceaccountkey) button and choose the JSON option for Key type. Download it to the same location as the project's source files
![Service Account Key 1](../../images/gce/gce-6.png)
![Service Account Key 2](../../images/gce/gce-7.png)
@@ -24,7 +24,7 @@ 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:
In as few words as possible, here are the steps we followed:
* [Create Project](https://console.cloud.google.com/projectcreate)
* [Create Service Account](https://console.cloud.google.com/iam-admin/serviceaccounts)