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

A company has five development teams that have each created five AWS accounts to develop and host applications. To track spending, the development teams log in to each account every month, record the current cost from the AWS Billing and Cost Management console, and provide the information to the company's finance team.

The company has strict compliance requirements and needs to ensure that resources are created only in AWS Regions in the United States. However, some resources have been created in other Regions.

A solutions architect needs to implement a solution that gives the finance team the ability to track and consolidate expenditures for all the accounts. The solution also must ensure that the company can create resources only in Regions in the United States.

Which combination of steps will meet these requirements in the MOST operationally efficient way? (Choose three.)

Answer options

Correct answer: B, D, E

Explanation

Setting up AWS Organizations with all features enabled (Option B) provides consolidated billing and centralized governance through Service Control Policies (SCPs). Utilizing a deny-based SCP applied to an Organizational Unit containing the developer accounts (Option D) effectively blocks resource creation in non-US Regions. Finally, establishing a single IAM role in the management account (Option E) allows the finance team to analyze consolidated costs using AWS Cost Explorer without the operational overhead of logging into or assuming roles in 25 separate individual accounts.