AWS Certified Solutions Architect – Professional — Question 336

A company has multiple lines of business (LOBs) that roll up to the parent company. The company has asked its solutions architect to develop a solution with the following requirements:
✑ Produce a single AWS invoice for all of the AWS accounts used by its LOBs.
✑ The costs for each LOB account should be broken out on the invoice.
✑ Provide the ability to restrict services and features in the LOB accounts, as defined by the company's governance policy.
✑ Each LOB account should be delegated full administrator permissions, regardless of the governance policy.
Which combination of steps should the solutions architect take to meet these requirements? (Choose two.)

Answer options

Correct answer: B, D

Explanation

Creating a single organization with AWS Organizations (Option B) allows for consolidated billing, which satisfies the requirement for a single invoice with itemized LOB costs. Service Control Policies (SCPs) (Option D) act as maximum permission guardrails, allowing the parent company to restrict services and features while still permitting LOB users to have full administrator permissions within their accounts. Using service quotas (Option C) only limits resource consumption rather than restricting service access, and creating multiple organizations (Option A) would prevent unified consolidated billing.