Google Cloud Professional Cloud Security Engineer — Question 167

Your organization is implementing separation of duties in a Google Cloud project. A group of developers must deploy new code, but cannot have permission to change network firewall rules. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating two custom IAM roles allows for fine-grained control over permissions, ensuring developers can deploy code without altering firewall settings. Option A is incorrect as it relies on trust rather than permissions, and B is not applicable because it does not directly address the separation of duties. Option D is also unsuitable as granting the editor role could still allow developers to modify firewall settings despite the deny policies.