Google Cloud Professional Cloud DevOps Engineer — Question 10

You have a pool of application servers running on Compute Engine. You need to provide a secure solution that requires the least amount of configuration and allows developers to easily access application logs for troubleshooting. How would you implement the solution on GCP?

Answer options

Correct answer: A

Explanation

The correct answer is A because deploying the Stackdriver logging agent allows for easy log collection, and granting the IAM Logs Viewer role ensures that developers can access the logs without unnecessary restrictions. Options B and C do not provide the appropriate access permissions for log viewing, and option D involves more complex steps that are not necessary for simple log access.