Q36 — AWS SOA-C02 Ch.1

Question 36 of 100 | ← Chapter 1

A company recently purchased Savings Plans. The company wants to receive emailnotification when the company’s utilization drops below 90% for a given day. Which solution will meet this requirement?

Correct Answer: D. Use AWS Budgets to create a Savings Plans budget to track the daily utilization of the Savings Plans. Configure an Amazon Simple Notification Service (Amazon SNS) topic for email notification when the utilization drops below 90% for a given day.

Explanation

AWS的Savings Plans预算管理与通知机制主要通过AWS Budgets实现。根据AWS官方文档,AWS Budgets允许用户设置基于成本、用量、覆盖率和利用率的预算,Savings Plans的利用率属于支持类型之一。当配置Savings Plans预算时,可选择"Utilization"类型并设定阈值,例如90%。触发条件后可关联Amazon SNS主题发送邮件警报。选项D直接利用了AWS Budgets的原生功能,而其他选项未正确结合Savings Plans利用率监控与通知服务的集成逻辑。选项A、B涉及CloudWatch但未优先使用AWS Budgets专为费用/利用率设计的告警功能;选项C的"Savings Plans alert"服务不存在。