PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #252
Your organization uses the top-tier folder to separate application environments (prod and dev). The developers need to see all application development audit logs, but they are not permitted to…
The correct answer is A. 1. Grant logging.viewer role to the security team at the organization resource level. This question tests understanding of IAM inheritance and least privilege. The correct approach is: (1) Grant the 'logging.viewer' role to the security team at the organization level, so they inherit access to logs in all folders (prod and dev). (2) Grant the 'logging.viewer'…
Question
Options
- A
- Grant logging.viewer role to the security team at the organization resource level.
- B
- Grant logging.viewer role to the security team at the organization resource level.
- C
- Grant logging.admin role to the security team at the organization resource level.
- D
- Grant logging.admin role to the security team at the organization resource level.
How the community answered
(33 responses)- A73% (24)
- B18% (6)
- C3% (1)
- D6% (2)
Explanation
This question tests understanding of IAM inheritance and least privilege. The correct approach is: (1) Grant the 'logging.viewer' role to the security team at the organization level, so they inherit access to logs in all folders (prod and dev). (2) Grant the 'logging.viewer' role to developers at the dev folder level only, so they can see dev logs but not prod logs. This follows least privilege because developers receive the minimum necessary access (dev folder only), and the security team gets broad access via inheritance. Options C and D use 'logging.admin', which grants excessive permissions - admin rights are not needed just to view logs. Option B likely reverses the resource levels or grants incorrect roles.
Topics
Community Discussion
No community discussion yet for this question.