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 Organizations API. Instead, accounts must be removed from the old organization and then invited to the new organization.
The RemoveAccountFromOrganization operation can be called from the management account of the old organization to remove developer accounts. This is a necessary step before the accounts can be invited to the new organization.
The RemoveAccountFromOrganization operation must be called from the management account, not from within each developer account. Developer accounts cannot initiate this action themselves.
Creating a placeholder member account is unnecessary for the migration process. The new organization can directly send invitations to existing accounts without the need for a placeholder.
The InviteAccountToOrganization operation allows the new developer organization’s management account to send invitations to the developer accounts after they have been removed from the old organization. This is essential for moving the accounts.
Each developer account must confirm the invitation to join the new developer organization. This step is necessary to finalize the account migration process.