
Ultimate access to all questions.
Your team is using a Google Cloud Project for development, and the company's DevOps team manages all Compute Engine instances. How can you grant the DevOps team full administrative permissions for Compute Engine in your project without giving them access to other resources?
A
Assign the DevOps team the predefined roles/compute.admin role along with the roles/viewer basic role.
B
Create an IAM policy that grants all compute.instanceAdmin.* permissions and apply it to the DevOps group.*
C
Create a custom role at the folder level with all compute.instanceAdmin.* permissions and assign it to the DevOps group.*
D
Grant the DevOps group the roles/editor basic role.