Ultimate access to all questions.
How can a company centrally restrict the creation of oversized AWS resources in multiple development accounts with minimal development effort?
Explanation:
The correct answer is B. AWS Organizations allows you to manage multiple AWS accounts centrally. By organizing the accounts into Organizational Units (OUs) and attaching a Service Control Policy (SCP), you can control the types of EC2 instances that can be created across all accounts. This method requires less development effort compared to creating and managing custom AWS Systems Manager templates, configuring Amazon EventBridge rules with AWS Lambda functions, or setting up AWS Service Catalog products.