AWS Certified Solutions Architect – Professional — Question 728

A company is using an organization in AWS Organizations to manage AWS accounts. For each new project, the company creates a new linked account. After the creation of a new account, the root user signs in to the new account and creates a service request to increase the service quota for Amazon EC2 instances. A solutions architect needs to automate this process.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: B

Explanation

AWS Service Quotas features a request template that can be configured in the AWS Organizations management account to automatically request quota increases whenever a new member account is created. This native feature requires no custom code, EventBridge rules, or Lambda functions, making it the solution with the lowest operational overhead. Using AWS Config rules or custom Lambda functions to trigger API commands introduces unnecessary complexity and maintenance overhead.