AWS Certified Solutions Architect – Professional — Question 848

AnyCompany has acquired numerous companies over the past few years. The CIO for AnyCompany would like to keep the resources for each acquired company separate. The CIO also would like to enforce a chargeback model where each company pays for the AWS services it uses.
The Solutions Architect is tasked with designing an AWS architecture that allows AnyCompany to achieve the following:
✑ Implementing a detailed chargeback mechanism to ensure that each company pays for the resources it uses.
✑ AnyCompany can pay for AWS services for all its companies through a single invoice.
✑ Developers in each acquired company have access to resources in their company only.
✑ Developers in an acquired company should not be able to affect resources in their company only.
✑ A single identity store is used to authenticate Developers across all companies.
Which of the following approaches would meet these requirements? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Implementing a multi-account strategy with consolidated billing (Option A) provides strong resource isolation, simplifies chargeback tracking by isolating costs at the account level, and generates a single invoice. Utilizing federated identity with Active Directory and AWS STS (Option D) fulfills the requirement for a single identity store and allows developers to securely access resources across accounts based on group membership. Other options fail because single-account setups do not provide sufficient isolation, managing individual IAM users is not scalable, and tagging alone without consolidated billing does not solve the invoicing requirement.