AWS Certified Solutions Architect – Professional — Question 433

A company recently completed a large-scale migration to AWS. Development teams that support various business units have their own accounts in AWS
Organizations. A central cloud team is responsible for controlling which services and resources can be accessed, and for creating operational strategies for all teams within the company. Some teams are approaching their account service quotas. The cloud team needs to create an automated and operationally efficient solution to proactively monitor service quotas. Monitoring should occur every 15 minutes and send alerts when a team exceeds 80% utilization.
Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because AWS Trusted Advisor service limit checks can be periodically refreshed and evaluated via an Amazon EventBridge scheduled rule and AWS Lambda, with notifications sent efficiently through Amazon SNS. Utilizing AWS CloudFormation StackSets allows the central cloud team to deploy this solution across multiple accounts in AWS Organizations with high operational efficiency. Other options are incorrect because they require manual per-account CloudFormation deployments, use inappropriate APIs, or employ suboptimal notification services like Amazon Pinpoint for IT operational alerts.