
Ultimate access to all questions.
Design a solution where application logs from multiple Google Cloud projects are stored in a central Cloud Logging project, ensuring that each project team can only access their own logs while allowing the operations team to view all logs. The solution must comply with the security team's requirements and minimize costs. What should you do?
A
Grant each project team access to the project Default view in the central logging project. Grant togging viewer access to the operations team in the central logging project.
B
Create Identity and Access Management (IAM) roles for each project team and restrict access to the Default log view in their individual Google Cloud project. Grant viewer access to the operations team in the central logging project.
C
Create log views for each project team and only show each project team their application logs. Grant the operations team access to the AllLogs view in the central logging project.
D
Export logs to BigQuery tables for each project team. Grant project teams access to their tables. Grant logs writer access to the operations team in the central logging project.