AWS Certified Solutions Architect – Professional — Question 398

A financial company needs to create a separate AWS account for a new digital wallet application. The company uses AWS Organizations to manage its accounts.
A solutions architect uses the IAM user Support1 from the master account to create a new member account with[email protected]as the email address.
What should the solutions architect do to create IAM users in the new member account?

Answer options

Correct answer: B

Explanation

When a new member account is created via AWS Organizations, AWS automatically provisions an administrative IAM role named OrganizationAccountAccessRole in the member account. Users in the management account with appropriate permissions can assume this role to manage the member account and set up local IAM users. This approach avoids the need to immediately configure or use the root user credentials of the new member account.