AWS Certified Solutions Architect – Professional (SAP-C02) — Question 364

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 management 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 IAM role named OrganizationAccountAccessRole in the member account with full administrative privileges. Users in the management account can access the new member account by switching to this role, eliminating the need to configure or use root credentials initially. Other methods, such as using the management account's root password or using Support1 credentials directly in the new account, will fail because those credentials do not exist or apply to the new member account.