Which combination of steps should a solutions architect take to move all of the developer accounts to the new developer organization?
(Choose three.)
Call the MoveAccount operation in the Organizations API from the old organization’s management account to migrate the developer accounts to the new developer organization.
From the management account, remove each developer account from the old organization using the RemoveAccountFromOrganization operation in the Organizations API.
From each developer account, remove the account from the old organization using the RemoveAccountFromOrganization operation in the Organizations API.
Sign in to the new developer organization’s management account and create a placeholder member account that acts as a target for the developer account migration.
Call the InviteAccountToOrganization operation in the Organizations API from the new developer organization’s management account to send invitations to the developer accounts.
Have each developer sign in to their account and confirm to join the new developer organization.
Explanations:
The MoveAccount operation does not exist in the AWS Organizations API. Instead, accounts must be removed from one organization and invited to another.
The RemoveAccountFromOrganization operation is necessary to remove accounts from the old organization. This step must be done from the management account of the old organization.
The RemoveAccountFromOrganization operation must be called from the management account of the old organization, not from each developer account. Individual accounts cannot initiate their removal.
Creating a placeholder member account is not a necessary step for migrating accounts between organizations. The new organization can invite existing accounts directly without the need for a placeholder.
The InviteAccountToOrganization operation allows the new developer organization’s management account to send invitations to the developer accounts, which is a key step in the migration process.
After receiving an invitation, each developer must sign in to their account to accept the invitation and join the new developer organization, making this step essential for the migration.