More Info:

Ensure that SQL Instances have Binary Logging Enabled that maintains all the Update statements of the Database to help in recovery.

Risk Level

Low

Address

Reliability, Security

Compliance Standards

HITRUST, SOC2, NISTCSF, PCIDSS

Triage and Remediation

Remediation

To remediate the issue “SQL Instances Should Have Binary Logging Enabled” for GCP using GCP console, you can follow the below steps:

  1. Login to the Google Cloud Console.
  2. In the Navigation menu, select “SQL” under the “DATABASES” section.
  3. Select the instance for which you want to enable binary logging.
  4. Click on the “Edit” button at the top of the page.
  5. Scroll down to the “Configuration options” section.
  6. Under the “Replication” tab, select “Enable binary logging”.
  7. Click on the “Save” button at the bottom of the page.

Once the above steps are completed, binary logging will be enabled for the selected SQL instance in GCP.