
Ultimate access to all questions.
A company manages its AWS environment through AWS Organizations, with multiple workload accounts hosting enterprise applications. User management is centralized in an operations account, and no user creation is allowed in the workload accounts. The company has introduced a new operations team that requires administrator access to all workload accounts. What set of actions should be implemented to grant the operations team members the necessary access?
A
Create a SysAdmin role in the operations account. Attach the AdministratorAccess policy to the role. Modify the trust relationship to allow the sts:AssumeRole action from the workload accounts.
B
Create a SysAdmin role in each workload account. Attach the AdministratorAccess policy to the role. Modify the trust relationship to allow the sts:AssumeRole action from the operations account.
C
Create an Amazon Cognito identity pool in the operations account. Attach the SysAdmin role as an authenticated role.
D
In the operations account, create an IAM user for each operations team member.
E
In the operations account, create an IAM user group that is named SysAdmins. Add an IAM policy that allows the sts:AssumeRole action for the SysAdmin role in each workload account. Add all operations team members to the group.