Question #1734
A company utilizes Amazon EC2, Amazon ECS, and AWS Lambda for their workloads. They aim to fully leverage their Compute Savings Plans and receive alerts when their coverage decreases. Which solution provides the HIGHEST operational efficiency?
Configure AWS Budgets with a Savings Plans coverage threshold and set up email notifications.
Develop a custom script using AWS Lambda to analyze coverage daily and send alerts via Amazon SNS.
Use AWS Cost Explorer to generate daily Savings Plans reports and email them to stakeholders.
Set up an Amazon CloudWatch alarm for Savings Plans coverage and notify through an SNS topic.
Explanation
The correct answer is A because AWS Budgets offers built-in functionality to monitor Savings Plans coverage thresholds and trigger email alerts automatically. This approach eliminates the need for custom development (Option B) or manual reporting (Option C), reducing operational overhead. Option D is invalid because Savings Plans coverage metrics are not directly available in CloudWatch. AWS Budgets is specifically designed for cost and usage tracking, including Savings Plans, ensuring timely alerts without additional maintenance. Key points: Use AWS Budgets for Savings Plans alerts; avoid custom scripts or manual processes for operational efficiency.
Answer
The correct answer is: A