
Answer-first summary for fast verification
Answer: Create an export to the sink that saves logs from Cloud Audit to a Coldline Storage bucket.
The correct answer is B. Creating an export to the sink that saves logs from Cloud Audit to a Coldline Storage bucket is the most cost-effective approach for log file retention for 3 years. Coldline Storage is designed for infrequently accessed data and provides lower storage costs compared to other storage classes, making it ideal for long-term retention of audit logs. Although BigQuery (option A) offers structured, analyzable storage, it is more expensive compared to Coldline Storage. Therefore, for purely cost-effective long-term storage, Coldline Storage is the preferred choice.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your organization operates as a financial company and is required to retain audit log files for a duration of 3 years. Given that your organization manages hundreds of projects within Google Cloud, what steps should you take to implement a cost-effective solution for the long-term retention of these log files?
A
Create an export to the sink that saves logs from Cloud Audit to BigQuery.
B
Create an export to the sink that saves logs from Cloud Audit to a Coldline Storage bucket.
C
Write a custom script that uses logging API to copy the logs from Stackdriver logs to BigQuery.
D
Export these logs to Cloud Pub/Sub and write a Cloud Dataflow pipeline to store logs to Cloud SQL.
No comments yet.