turbot/gcp_compliance
Loading controls...

Control: 1.17 Ensure that dataproc cluster is encrypted using customer-managed encryption key

Description

When you use Dataproc, cluster and job data is stored on Persistent Disks (PDs) associated with the Compute Engine VMs in your cluster and in a Cloud Storage staging bucket. This PD and bucket data is encrypted using a Google-generated data encryption key (DEK) and key encryption key (KEK). The CMEK feature allows you to create, use, and revoke the key encryption key (KEK). Google still controls the data encryption key (DEK).

Cloud services offer the ability to protect data related to those services using encryption keys managed by the customer within Cloud KMS. These encryption keys are called customer-managed encryption keys (CMEK). When you protect data in Google Cloud services with CMEK, the CMEK key is within your control.

Remediation

Encrypt persistent disks and bucket data using customer-managed encryption keys (CMEK).

From Console

  1. Login to the GCP Console and navigate to the Dataproc Cluster page by visiting https://console.cloud.google.com/dataproc/clusters.

  2. Select the project from the projects dropdown list.

  3. On the Dataproc Cluster page, click on the Create Cluster to create a new cluster with Customer managed encryption keys.

  4. On Create a cluster page, perform below steps:

    • Inside Set up cluster section perform below steps:
      • In the Name textbox, provide a name for your cluster.
        • From Location select the location in which you want to deploy a cluster.
        • Configure other configurations as per your requirements.
    • Inside Configure Nodes and Customize cluster section configure the settings as per your requirements.
    • Inside Manage security section, perform below steps:
      • From Encryption, select Customer-managed key.
      • Select a customer-managed key from dropdown list.
      • Ensure that the selected KMS Key have Cloud KMS CryptoKey Encrypter/Decrypter role assign to Dataproc Cluster service account("serviceAccount:service-<project_number>@compute-system.iam.gserviceaccount.com").
      • Click on Create to create a cluster.
    • Once the cluster is created migrate all your workloads from the older cluster to the new cluster and delete the old cluster by performing the below steps:
      • On the Clusters page, select the old cluster and click on Delete cluster.
      • On the Confirm deletion window, click on Confirm to delete the cluster.
      • Repeat step above for other Dataproc clusters available in the selected project.
    • Change the project from the project dropdown list and repeat the remediation procedure for other Dataproc clusters available in other projects.

Usage

Run the control in your terminal:

powerpipe control run gcp_compliance.control.cis_v130_1_17

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run gcp_compliance.control.cis_v130_1_17 --share

SQL

This control uses a named query:

dataproc_cluster_encryption_with_cmek

Tags