Q54 — AWS SAP-C02 Ch.2

Question 54 of 75 | ← Chapter 2

Q204. A company uses AWS Organizations to manage more than 1,000 AWS accounts. The company has created a new developer organization There are 540 developer member accounts that must be moved to the new developer organization. All accounts are set up with all the required information S0 that each account can be operated as a standalone account. Which combination of steps should. a solutions architect take to move all of the developer accounts to the new developer organization? (Select THREE.)

Correct Answer: B. From the master account, remove each developer account from the old organization using the RemoveAccountFromOrganization operation in the Organizations API, E. Call the InviteAccountToOrganization operation in the Organizations API from the new developer organization's master account to send invitations to the developer accounts., F. Have each developer sign in to their account and confirm to join the new developer organization.

Explanation

Option A suggests calling the MoveAccount operation from the old organization's master account to migrate the developer accounts to the new developer organization. However, it is not possible to move an account to another organization directly. Option C suggests removing the developer accounts from the old organization from each account itself, which is not an efficient way to handle such a large number of accounts. Option D suggests creating a placeholder member account to act as a target for the developer account migration. However, it is not possible to create a member account directly without an invitation being sent first. Therefore, options B, E, and F together provide the best solution to move all of the developer accounts to the new developer organization. First, remove each developer account from the old organization using the RemoveAccountFromOrganization operation. Then, call the InviteAccountToOrganization operation from the new developer organization's master account to send invitations to the developer accounts. Finally, have each developer sign in to their account and confirm to join the new developer organization.