Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

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

...

To integrate Google Cloud platform Platform with Cloudaware:

  1. Create a new service account for Cloudaware

  2. Assign the Project Viewer role. Create and assign a custom role for tagging & backups (optional).

  3. Download a service account key (json).

  4. Enable Google APIs:

    • Compute Engine API

    • Identity and Access Management (IAM) API

    • Cloud Resource Manager API

    • Kubernetes Engine API

    • Cloud Billing API

...

For detailed setup instructions, refer to the in-depth guidelines below.

Create service account

  1. In Log in to the Google console, select . Select the Google project. Go to 'IAM & admin'Service accounts → +CREATE SERVICE ACCOUNT.

    GCP start guide - setup in Google - create service account.pngImage Added

  2. Provide Use a meaningful name, e.g. cloudaware-service-account. Click CREATE AND CONTINUE.

  3. Assign the role Project Viewer* to the service account. Click DONE.

*This is the minimum access role required. For more detailed access information, refer to the guide Additional permissions in Google.

Create service account key

...

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

  2. Select 'JSON' → CreateCREATE. A .json file will be automatically downloaded.

...

Enable Google APIs for Google Project

  1. Go back to your Google Organization → 'APIs & Services'.

  2. Select the Google Project where the service account for Cloudaware was created. Click +ENABLE APIS AND SERVICES.

    Image Added

  3. Using the search bar, find and enable the following APIs:

  • Compute Engine API

  • Identity and Access Management (IAM) API

  • Cloud Resource Manager API

  • Kubernetes Engine API (learn more)

  • Cloud Billing API (learn more)

! Next step - Google setup in Cloudaware