AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 310

A company uses AWS Organizations to manage hundreds of AWS accounts. The company has a team that is responsible for AWS Identity and Access Management (IAM).

The IAM team wants to implement AWS IAM Identity Center. The IAM team must have only the minimum required permissions to manage IAM Identity Center. The IAM team must not be able to gain unnecessary access to the Organizations management account. The IAM team must be able to provision new IAM Identity Center permission sets and assignments for new and existing member accounts.

Which combination of steps will meet these requirements? (Choose three.)

Answer options

Correct answer: B, D, F

Explanation

Enabling AWS IAM Identity Center in the Organizations management account and setting up a delegated administrator account (Option B) allows IAM administration to be managed outside of the management account. Utilizing the AWSSSOMemberAccountAdministrator policy (Option D) provides the specific least-privilege permissions needed to manage permission sets and assignments for member accounts. Finally, assigning this permission set to the IAM team's dedicated account (Option F) keeps the administrators isolated in their own environment, preventing unauthorized access to the root management account.