Q88 — AWS SAA-C03 Ch.11
Question 88 of 100 | ← Chapter 11
Q788. A company uses Amazon EC2, AWS Fargate, and AWS Lambda to run multiple workloads in the company's AWS account. The company wants to fully make use of its Compute Savings Plans. The company wants to receive notification when coverage of the Compute Savings Plans drops.Which solution will meet these requirements with the MOST operational efficiency?
- A. Create a daily budget for the Savings Plans by using AWS Budgets. Configure the budget with a coverage threshold to send notifications to the appropriate email message recipients. ✓
- B. Create a Lambda function that runs a coverage report against the Savings Plans. Use Amazon Simple Email Service (Amazon SES) to email the report to the appropriate email message recipients.
- C. Create an AWS Budgets report for the Savings Plans budget. Set the frequency to daily.
- D. Create a Savings Plans alert subscription. Enable all notification options. Enter an email address to receive notifications.
Correct Answer: A. Create a daily budget for the Savings Plans by using AWS Budgets. Configure the budget with a coverage threshold to send notifications to the appropriate email message recipients.
Explanation
To meet the requirement of receiving notifications when coverage of the Compute Savings Plans drops, the solution with the most operational efficiency is:A. Create a daily budget for the Savings Plans by using AWS Budgets. Configure the budget with a coverage threshold to send notifications to the appropriate email message recipients.AWS Budgets is a service that helps monitor and manage costs by setting up custom cost and usage budgets. In this case, you can create a daily budget specifically for the Savings Plans and configure it with a coverage threshold. When the coverage drops below the specified threshold, AWS Budgets will send notifications to the designated email recipients.This solution is efficient because it leverages the built-in capabilities of AWS Budgets, which is specifically designed for cost monitoring and notifications. It allows you to set up a targeted budget for Savings Plans and define the coverage threshold that triggers notifications. This ensures that you are notified promptly when coverage drops, allowing you to take appropriate actions.Here's why the other options are not the most operationally efficient choices:B. Creating a Lambda function to run a coverage report and using Amazon Simple Email Service (Amazon SES) to email the report: While it is possible to create a custom Lambda function to generate a coverage report and use Amazon SES to send it via email, this approach requires additional development effort and maintenance. It is less efficient compared to leveraging the built-in capabilities of AWS Budgets.C. Creating an AWS Budgets report for the Savings Plans budget: While creating an AWS Budgets report can provide visibility into the Savings Plans budget, it does not address the specific requirement of receiving notifications when coverage drops. AWS Budgets reports are designed for generating periodic reports and analysis of costs, but they do not have built-in notification capabilities.D. Creating a Savings Plans alert subscription and enabling all notification options: While creating a Savings Plans alert subscription can provide notifications, it does not allow you to specifically configure a coverage threshold for notifications. Additionally, enabling all notification options may result in unnecessary notifications that are not relevant to coverage drop events.Therefore, the most operationally efficient solution to receive notifications when coverage of Compute Savings Plans drops is:A. Create a daily budget for the Savings Plans by using AWS Budgets. Configure the budget with a coverage threshold to send notifications to the appropriate email message recipients.