AWS Certified Solutions Architect – Professional (SAP-C02) — Question 359

A large company is migrating its entire IT portfolio to AWS. Each business unit in the company has a standalone AWS account that supports both development and test environments. New accounts to support production workloads will be needed soon.

The finance department requires a centralized method for payment but must maintain visibility into each group's spending to allocate costs.

The security team requires a centralized mechanism to control IAM usage in all the company’s accounts.

What combination of the following options meets the company’s needs with the LEAST effort? (Choose two.)

Answer options

Correct answer: B, D

Explanation

AWS Organizations allows a company to consolidate multiple AWS accounts under a single payer account, enabling consolidated billing and automated creation of new accounts (Option B). By enabling all features in AWS Organizations, the security team can centrally enforce maximum permission boundaries across all accounts using Service Control Policies (Option D). Other options, such as using CloudFormation for local IAM management or merging everything into a single account, do not scale well and require significant operational effort.