
Answer-first summary for fast verification
Answer: Configure a single Stackdriver account, and link all projects to the same account.
The correct answer is C. When you need to monitor resources distributed over different projects in Google Cloud Platform and want to consolidate reporting under the same Stackdriver Monitoring dashboard, you should configure a single Stackdriver account and link all projects to the same account. This approach centralizes monitoring, reporting, and management for all resources across multiple projects into a single dashboard. Options A, B, and D do not provide a straightforward solution to achieve this consolidation. Creating separate Stackdriver accounts for each project or using Shared VPC does not aggregate the monitoring data into a single dashboard. Option D incorrectly suggests using a Stackdriver Group, which cannot link multiple projects together. Therefore, configuring a single Stackdriver account and linking all projects to that account is the preferred solution.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
To effectively monitor resources that are spread across multiple projects in Google Cloud Platform, you desire to aggregate all the reporting into a single Stackdriver Monitoring dashboard. How can you achieve this?
A
Use Shared VPC to connect all projects, and link Stackdriver to one of the projects.
B
For each project, create a Stackdriver account. In each project, create a service account for that project and grant it the role of Stackdriver Account Editor in all other projects.
C
Configure a single Stackdriver account, and link all projects to the same account.
D
Configure a single Stackdriver account for one of the projects. In Stackdriver, create a Group and add the other project names as criteria for that Group.