AWS Certified Solutions Architect – Professional — Question 826

A Solutions Architect is designing a multi-account structure that has 10 existing accounts. The design must meet the following requirements:
✑ Consolidate all accounts into one organization.
✑ Allow full access to the Amazon EC2 service from the master account and the secondary accounts.
✑ Minimize the effort required to add additional secondary accounts.
Which combination of steps should be included in the solution? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Creating an organization from the management account and inviting the existing accounts is the correct way to consolidate them under AWS Organizations. Applying a Service Control Policy (SCP) at the Organizational Unit (OU) level ensures that all current and future member accounts placed in that OU automatically inherit the EC2 permissions, minimizing administrative overhead. Managing individual IAM roles or VPC peering connections across all accounts does not scale well and increases operational effort.