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

A company used AWS CloudFormation to create all new infrastructure in its AWS member accounts. The resources rarely change and are properly sized for the expected load. The monthly AWS bill is consistent.

Occasionally, a developer creates a new resource for testing and forgets to remove the resource when the test is complete. Most of these tests last a few days before the resources are no longer needed.

The company wants to automate the process of finding unused resources. A solutions architect needs to design a solution that determines whether the cost in the AWS bill is increasing. The solution must help identify resources that cause an increase in cost and must automatically notify the company's operations team.

Which solution will meet these requirements?

Answer options

Correct answer: D

Explanation

AWS Cost Anomaly Detection with the 'AWS services' monitor type allows the company to isolate cost spikes to individual services, helping to quickly identify the specific forgotten resources. CloudWatch billing alarms (Options A and B) only alert on overall estimated charges and lack the granularity to pinpoint the exact cause of a cost increase. While a 'Linked account' monitor (Option C) would flag spikes at the account level, it does not provide the service-specific breakdown needed to easily identify the test resources.