
Answer-first summary for fast verification
Answer: Invite the R&D AWS account to be part of the new organization after the R&D AWS account has left the prior organization.
## Explanation When an AWS account needs to move from one AWS Organizations to another, the correct process is: 1. **Remove the account from the current organization** - The account must first leave the original organization 2. **Invite the account to join the new organization** - The management account of the new organization can then send an invitation to the account 3. **Accept the invitation** - The account accepts the invitation to join the new organization **Why option B is correct:** - AWS accounts cannot be members of multiple organizations simultaneously - The R&D AWS account must first leave the prior organization before it can join the new one - The new management account can then invite the R&D account to join the new organization **Why other options are incorrect:** - **A:** AWS accounts cannot be part of multiple organizations at the same time - **C:** While technically possible, this is inefficient and requires complex resource migration when the account can simply be moved between organizations - **D:** This would create a circular relationship and doesn't properly address moving the R&D account to the new organization **Key AWS Organizations concepts:** - An AWS account can only belong to one organization at a time - To move an account between organizations, it must first leave the current organization - The management account of the destination organization can then invite the account - This preserves the account's resources, IAM roles, and configurations without needing migration
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company has five organizational units (OUs) as part of its organization in AWS Organizations. Each OU correlates to the five businesses that the company owns. The company's research and development (R&D) business is separating from the company and will need its own organization. A solutions architect creates a separate new management account for this purpose.
What should the solutions architect do next in the new management account?
A
Have the R&D AWS account be part of both organizations during the transition.
B
Invite the R&D AWS account to be part of the new organization after the R&D AWS account has left the prior organization.
C
Create a new R&D AWS account in the new organization. Migrate resources from the prior R&D AWS account to the new R&D AWS account.
D
Have the R&D AWS account join the new organization. Make the new management account a member of the prior organization.