AWS Certified Solutions Architect – Professional — Question 671

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 so 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? (Choose three.)

Answer options

Correct answer: B, E, F

Explanation

To migrate accounts between AWS Organizations, you must first make them standalone by removing them from the old organization using the RemoveAccountFromOrganization API from the old management account. Next, the new organization's management account must issue handshake invitations using the InviteAccountToOrganization API. Finally, each developer account must log in and accept the invitation to complete the migration process.