QuestionQ250

Managing operations

As use of the Cloud Data Loss Prevention (Cloud DLP) API increases within your company, you must optimize usage to lower costs. Cloud DLP target data resides in Cloud Storage and BigQuery. The location and region are indicated by a suffix in the resource name.

Which cost-reduction options should you recommend?

  • A Set appropriate rowsLimit value on BigQuery data hosted outside the US and set appropriate bytesLimitPerFile value on multiregional Cloud Storage buckets.
  • B Set appropriate rowsLimit value on BigQuery data hosted outside the US, and minimize transformation units on multiregional Cloud Storage buckets.
  • C Use rowsLimit and bytesLimitPerFile to sample data and use CloudStorageRegexFileSet to limit scans.
  • D Use FindingLimits and TimespanContfig to sample data and minimize transformation units.
Explanation

Sensitive Data Protection storage inspection is billed by the bytes inspected. rowsLimit samples BigQuery rows, bytesLimitPerFile restricts the amount inspected from each Cloud Storage file, and CloudStorageRegexFileSet uses regular-expression filters to include or exclude files and folders, reducing the scan scope and associated cost.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!