AWS Certified SysOps Administrator – Associate (legacy) — Question 874

A company is using AWS Organizations to manage all their accounts. The Chief Technology Officer wants to prevent certain services from being used within production accounts until the services have been internally certified. They are willing to allow developers to experiment with these uncertified services in development accounts but need a way to ensure that these services are not used within production accounts.
Which option ensures that services are not allowed within the production accounts, yet are allowed in separate development accounts within the LEAST administrative overhead?

Answer options

Correct answer: B

Explanation

Service Control Policies (SCPs) managed via AWS Organizations offer the most efficient, centralized, and secure method to restrict access to AWS services at the Organizational Unit (OU) level. Applying a restrictive SCP to the production OU prevents anyone—including administrators—from deploying uncertified services, while keeping development OUs flexible. Alternative approaches using AWS Config, IAM, or Lambda-based remediation introduce significant administrative overhead and do not proactively block service creation.