AWS Certified Solutions Architect – Associate (SAA-C03) — Question 649

A company manages AWS accounts in AWS Organizations. AWS IAM Identity Center (AWS Single Sign-On) and AWS Control Tower are configured for the accounts. The company wants to manage multiple user permissions across all the accounts.

The permissions will be used by multiple IAM users and must be split between the developer and administrator teams. Each team requires different permissions. The company wants a solution that includes new users that are hired on both teams.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: C

Explanation

Option C is correct because AWS IAM Identity Center allows users to be created once globally rather than per account, and permissions are best managed at scale by assigning permission sets to groups associated with specific AWS accounts. This eliminates the need to manage permissions on an individual user level or recreate users for every account. Options A and B are inefficient as they suggest creating individual users per account, while Option D introduces high operational overhead by managing permission sets and extra policies on a per-user basis instead of leveraging groups.