More Info:

Ensure that Bigtable clusters use SSD for best performance.

Risk Level

Medium

Address

Operational Maturity, Performance Efficiency

Compliance Standards

CBP

Triage and Remediation

Remediation

To remediate the misconfiguration in GCP console, follow these steps:

  1. Open the GCP console and select the project where the Bigtable cluster is located.

  2. In the left-hand menu, select “Bigtable.”

  3. Select the Bigtable instance that you want to remediate.

  4. In the “Instance details” page, select the “Storage” tab.

  5. In the “Storage” tab, you will see a list of storage types available for your Bigtable cluster. Select “SSD” as the storage type.

  6. Click “Save” to apply the changes.

  7. Wait for the changes to be applied. This may take some time depending on the size of your cluster.

  8. Once the changes are applied, your Bigtable cluster will be using SSD storage type.

Note: You can also use the gcloud command-line tool to remediate this misconfiguration. The command to use is:

gcloud bigtable instances update [INSTANCE_ID] --storage-type=SSD

Replace [INSTANCE_ID] with the ID of your Bigtable instance.

Additional Reading: