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

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

To consolidate invoices and break down costs per business unit, the solutions architect must establish a single organization using AWS Organizations in the parent account and invite the member accounts. To enforce governance and restrict service access while allowing local administrative permissions, Service Control Policies (SCPs) must be applied to the member accounts. SCPs act as permission guardrails, restricting what actions can be taken in an account even if a user has full AdministratorAccess permissions.