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

An enterprise company is building an infrastructure services platform for its users. The company has the following requirements:

• Provide least privilege access to users when launching AWS infrastructure so users cannot provision unapproved services.
• Use a central account to manage the creation of infrastructure services.
• Provide the ability to distribute infrastructure services to multiple accounts in AWS Organizations.
• Provide the ability to enforce tags on any infrastructure that is started by users.

Which combination of actions using AWS services will meet these requirements? (Choose three.)

Answer options

Correct answer: B, D, E

Explanation

AWS Service Catalog is the ideal tool to centrally manage, share, and enforce governance rules for user-provisioned infrastructure. By creating portfolios in a central account and sharing them via AWS Organizations (Option B), the company achieves centralized management and distribution. Restricting users to ServiceCatalogEndUserAccess and using launch constraints ensures least-privilege access because users do not need direct permissions to create the underlying resources (Option D). Finally, the Service Catalog TagOption Library allows administrators to enforce specific tagging rules dynamically as products are launched (Option E).