Go up icon

Google Cloud Platform Integration

This guide provides information on how to integrate a GCP account with the cloud management and cost optimization platform Binadox to take control of your cloud assets and reduce expenses.

To integrate Binadox with the Google Cloud Platform, you need to follow 4 steps:

1. Set up Cloud Billing data export to BigQuery;

2. Run the Script from the Cloud Shell;

3. Create a JSON file for the service account;

4. Integrate GCP with Binadox using the JSON file.

Further, these steps are described in detail. To enlarge images in the instructions, click on them.

1. Set up Cloud Billing data export to BigQuery

Cloud Billing export to BigQuery implies the export of Google cloud billing data (such as usage, cost, and pricing) to a specified BigQuery dataset throughout the day at regular intervals.

1. Sign in to the Google Cloud console.

2. Click on the menu button at the top left corner to open a portal menu. In the navigation pane on the left, click Cloud overview > Dashboard.

Google Cloud Dashboard

3. In a Dashboard either select an existing project or create a new project to store Cloud Billing data there. 

To create a new project, enter the Project name, Organization, and Location. Click the Create button.

4.  Create a BigQuery dataset in which the data will be stored. To do that, you need to complete the following steps:

  • Go to Dashboard > Resources > BigQuery;

BigQuery

  • On the BigQuery page, in the navigation pane on the left, click SQL workspace. On the left side of the workspace page, you will see an ID of the created project. Click the three dots menu on the right and select Create dataset;

SQL Workspace

  • In the popped-out Create dataset window on the right, enter the dataset ID, select the location and select when the default table expires (or leave this field empty). Once this step is completed, click Create Dataset button.

Create Dataset

5. Enable the BigQuery Data Transfer Service API. To complete this step, click Data transfer in the navigation pane on the left. Click Enable button.

Enable BigQuery Data Transfer API

6. After API is enabled, you will see a modal window with the suggestion to create a transfer. Leave this step incomplete, as the transfer will be created automatically by the script.

7. Enable billing on the project. To do that, in the navigation pane on the left, click Billing. If the project has no billing account, link a billing account. Enter the name of the account and click the Set Account button.

Set Billing Account

Troubleshooting:

If you reached the limit of projects on which you can enable billing, you can request an increase of your billing quota, or click Manage Billing Account and delete the accounts that are linked to the deleted projects. Then try to link the billing account to the newly created project again.

8. Enable Cloud Billing export of cost data and pricing data to be written into the dataset:

  • In the navigation pane on the left, click Billing export; 
  • On the Billing Export page, in the BigQuery export tab (selected by default) edit the settings of the Standard usage cost, Detailed usage cost, and Pricing;

Billing export

  • Click the Edit Settings button, select a created dataset and click the Save button. This action needs to be done for all three parameters – Standard usage cost, Detailed usage cost, and Pricing.

Billing Export

9. To successfully enable and configure the export of Cloud Billing pricing data, you may need the following permissions:

  • For Cloud Billing, you need the Billing Account Administrator role on the target Cloud Billing account.
  • For BigQuery, you need the BigQuery Admin role for the Cloud project that contains the BigQuery dataset to be used to store the Cloud Billing pricing data.

2. Run the Script from the Cloud Shell (within the cloud console)

Binadox script creates a Role with Permissions, Data Transfer, and Service Account, as well as enables APIs required for getting access to the Billing information. To have the script running you need to follow the steps below:

1. Click on the Activate Cloud Shell icon on the header. Wait for the cloud console to open.

Activate Cloud Shell

2. Copy and paste the command into the opened cloud console:

curl -o- https://gist.githubusercontent.com/binadox-public/7fcc24a9ad25f4564cdb23fb7ec39087/raw/a12600c02399daa188269e9a16763803e1b17972/setup-binadox-billing.sh | bash

Run the script

Troubleshooting:

Error text:
FAILED_PRECONDITION: You can’t create a role with role_id [name] where there is an existing role with that role_id in a deleted state.
Solution: Undelete the existing role with role_id [name], from your billing project, and run the script again.

Error text:
Resource in a project is the subject of a conflict.
Solution: No additional actions are required.

3. You will need to authorize Google one more time to run the script. In a popped-out Authorize Cloud Shell modal window, click the Authorize button.

4. Once the script is successful, you can close the Cloud Shell console and proceed to the next step.

3. Create a JSON file for the required service account

1. A service account is created automatically by the script (view Clause 2).

2. To create a JSON file for the service account, click APIs&Services.

3. Once you’re on the API&Services page, proceed to the Credentials section.

4. Click on the email of the Service Account called “Binadox Configurer”.

Select Service Account

5. You will be redirected to the Service account details page. Proceed to the Keys tab located at the top of the page.

Keys Tab

6. On the Keys page, click on the Add Key button and then select Create new key from the drop-down list.

Create new key

7. In a popped-out modal window, download a file that contains the private key. Choose JSON key type. Click the Create button.

Download JSON file

7. Save the JSON file to your computer. 

4. Integrate your GCP with Binadox using the downloaded JSON file

1. Log into your Binadox accont.

2. There are two main flows to connect a cloud account:

  • In case when you have no cloud accounts connected yet, click Home in the navigation pane on the left. Choose a cloud account you want to connect to and click the Connect button. 
  • In case you have connected cloud accounts, click Home in the navigation pane on the left. Select the Cloud providers card and click the Manage button. In the Cloud Utilization Dashboard, click the Add Account button in the Cloud Accounts tab. Click on the Google Cloud Platform icon.

Connect Google Cloud account

3. You will be redirected to the Connection page.

4. Copy the data from the downloaded JSON file and paste it to the Connection parameters field. Click the Connect button.

Binadox Connection Properties

5. Google Cloud connection with Binadox is established.

Note:

You will be able to view GCP cost data in Binadox a day after integration.

Was this article helpful?

Thanks for the feedback!