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

Version 1 Next »

To configure GCP in Aquila Clouds, perform the following tasks:

Create a service account for Aquila Clouds

You can create a service account in the GCP console for Aquila Clouds.

  1. Login to the Google Cloud Platform console.

  2. Select the following icon (Navigation menu) > APIs & Services tab > select Credentials.

  3. Select the required project.

  4. Create a service account.
    Tip: If there is already an existing service account for a project that can be shared, manage that service account. Click Manage service accounts to manage an existing service account.

    • Click Create service account.

    • Enter the name for the service account, ID for the service account, and description for the service account.

    • Click Create.

    • Assign the following roles to the selected project to grant permissions for the resources in the project.

      • Compute Admin

      • BigQuery Data Owner

      • Create private key and download generated json

  5. Click Continue.

  6. Click Done.

Add required permissions for Aquila Clouds

  1. Select the following icon (Navigation menu) > Billing tab -> Billing export.

  2. Create dataset and then table name if not already created.

Identify project to monitor for Aquila Clouds

  1. Select the following icon (Navigation menu) > Compute Engine tab -> VM Instances.

  2. Select instance and under labels tab ,add label as Key = ”instance_id” value = selected instance id

  3. Navigate to Disks and add label as Key = “disk_id” value = selected disk id

Add GCP environment to Aquila Clouds

  1. On the side navigation bar, select Administration tab.

  2. On the Administration tab, click Environments.

  3. On the Environments page, click Add.

  4. On the Add Environment page, toggle on Active.

  5. In the Environment Type group, select Google.

  6. In the Name of the environment, type the name of Google Cloud Platform environment.

  7. Enter the following details for the connection parameters:

    • Type: Type the service account type.

    • Project Id: Type the project id from downloaded json.

    • Private Key Id: Type the private key id from downloaded json.

    • Private Key: Type the private Key from downloaded json.

    • Client Email: Type the client Email from downloaded json.

    • Client Id: Type the client id from downloaded json.

    • Client Cert Url: Type the client certificate url from downloaded json.

    • Dataset Name: Type the dataset name from GCP console.

    • GCP Table Name: Type the bigquery table name from GCP console.

  8. Click Apply.

  9. Review the environment details and click Do you wish to confirm?. Google Cloud Platform environment is configured in Aquila Clouds. You can start monitoring and managing Google Cloud resources from Aquila Clouds platform according to the permissions defined in Google Cloud Platform environment.

  • No labels