DOP-C02 · Question #285
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…
The correct answer is A. Create a new AWS account for the IAM team. In the new account, enable IAM Identity Center. In D. In IAM Identity Center, create users and a group for the IAM team. Add the users to the group. F. Assign the permission set to the new AWS account. Allow the IAM team group to use the. To implement IAM Identity Center with minimal permissions for the IAM team and prevent unneeded access to the Organizations management account, delegate SSO administration to a new dedicated account, create a permission set for Identity Center management, and assign it to the…
Question
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 (AWS Single Sign-On). The IAM team must have only the minimum needed permissions to manage IAM Identity Center. The IAM team must not be able to gain unneeded access to the Organizations management account. The IAM team must be able to provision new IAM Identity Center permission sets and assignments for existing and new member accounts. Which combination of steps will meet these requirements? (Choose three.)
Options
- ACreate a new AWS account for the IAM team. In the new account, enable IAM Identity Center. In
- BCreate a new AWS account for the IAM team. In the Organizations management account, enable
- CIn IAM Identity Center, create users and a group for the IAM team. Add the users to the group.
- DIn IAM Identity Center, create users and a group for the IAM team. Add the users to the group.
- EAssign the permission set to the Organizations management account. Allow the IAM team group
- FAssign the permission set to the new AWS account. Allow the IAM team group to use the
How the community answered
(39 responses)- A64% (25)
- B10% (4)
- C5% (2)
- E21% (8)
Why each option
To implement IAM Identity Center with minimal permissions for the IAM team and prevent unneeded access to the Organizations management account, delegate SSO administration to a new dedicated account, create a permission set for Identity Center management, and assign it to the IAM team's group in that delegated account.
Creating a new AWS account for the IAM team and delegating IAM Identity Center administration to this account ensures that the IAM team manages SSO from a separate, less privileged environment, fulfilling the requirement to avoid unneeded access to the Organizations management account.
Enabling IAM Identity Center directly in the Organizations management account is not a best practice for security and would expose the Identity Center configuration to the highly privileged management account, violating the least privilege principle for the IAM team.
Creating users and groups within IAM Identity Center is a step for granting users *access to* resources, not for granting the IAM team *administrative permissions to manage* Identity Center itself.
Creating a permission set in IAM Identity Center specifically for managing IAM Identity Center and assigning these permissions to the IAM team directly implements the principle of least privilege for their administrative duties.
Assigning an administrative permission set directly to the Organizations management account would give the IAM team a role in that account, potentially granting unneeded access and violating the principle of isolating SSO administration from the management account.
Assigning the administrative permission set (created in D) to the IAM team group within their new, dedicated AWS account (created in A) grants them the necessary permissions to administer IAM Identity Center from that delegated account, including provisioning permission sets to member accounts.
Concept tested: AWS Organizations, IAM Identity Center (SSO) best practices, delegated administration, least privilege
Source: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_abilities.html
Topics
Community Discussion
No community discussion yet for this question.