Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

This article explains how to set up a service account in Google Cloud Platform. Ensure you have the necessary permissions in Google Cloud.

Create Service Account


1. In the Google console, select the Google project. Go to IAM & admin Service accounts.


2. Click +CREATE SERVICE ACCOUNT*.

GCP start guide - setup in Google - create service account.png

*If you already have a service account dedicated to Cloudaware, proceed to step 4.


3. Provide a meaningful name for the service account, in this guide cloudaware-service-account. Click CREATE AND CONTINUE.

GCP start guide - setup in Google - service account - create and continue.png

4. Assign the role Project Viewer to the service account.

GCP start guide - setup in Google - service account - add project view role.png

Click DONE.

Create Service Account Key

The service account key is required for setup in Cloudaware.

1. Select the service account that will be added to Cloudaware. Go to the tab 'Keys'. Click +Create key.

GCP start guide - setup in Google - create service account key.png

2. Select 'JSON' → Create.

GCP start guide - setup in Google - service account key - select json.png

A .json file will be automatically downloaded and saved.

GCP start guide - setup in Google - service account key - private key saved.png

Enable Google APIs for Google Project

1. Go back to the Organization → APIs & Services.

2. Select the Google Project where the service account for Cloudaware was created and assigned the Project Viewer role.

GCP start guide - setup in Google - select the project.png

3. Click +ENABLE APIS AND SERVICES.

4. Using the search bar, locate and enable:

  • Compute Engine API (see the example below)

  • Identity and Access Management (IAM) API

  • Cloud Resource Manager API

  • Kubernetes Engine API (learn more)

  • Cloud Billing API (learn more)

GCP start guide - setup in Google - compute engine API.pngGCP start guide - setup in Google - enable compute engine API.png

! Next step - setup in Cloudaware

  • No labels