AWS Certified Solutions Architect – Professional (SAP-C02) — Question 277

A company needs to create and manage multiple AWS accounts for a number of departments from a central location. The security team requires read-only access to all accounts from its own AWS account. The company is using AWS Organizations and created an account for the security team.

How should a solutions architect meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because the default OrganizationAccountAccessRole has administrative permissions, so it should be used to set up a new, restricted cross-account IAM role in each member account that trusts the security account. Option A is incorrect because trust relationships cannot be established with an IAM policy, only with an IAM role. Options C and D are incorrect because directly assuming the OrganizationAccountAccessRole would grant the security team full administrative access instead of the required read-only access.