Google Cloud Associate Cloud Engineer — Question 212

The DevOps group in your organization needs full control of Compute Engine resources in your development project. However, they should not have permission to create or update any other resources in the project. You want to follow Google’s recommendations for setting permissions for the DevOps group. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A, as it grants the DevOps group the necessary permissions to manage Compute Engine resources while restricting their ability to alter other resources in the project. Option B does not align with the recommendation since it focuses solely on instance permissions without the viewer role. Option C introduces unnecessary complexity with a custom role when predefined roles suffice. Option D would provide excessive permissions by allowing edits to other resources.