Question

Difficulty: HardAWS Cost Monitoring, Budgeting, and Optimization Tool Analysis

A multinational enterprise uses AWS Organizations to manage a multi-account environment. The finance team needs to establish a proactive cost management strategy to meet two specific requirements. First, they must detect and receive alerts for sudden, unexpected spending anomalies within individual accounts without manually configuring static cost thresholds. Second, they need to monitor monthly data transfer costs across the entire organization and receive notifications before these costs exceed a set limit of 10,00010,000.

Which combination of actions should a solutions architect recommend to satisfy these requirements? (Select TWO.)

  1. Create AWS Cost Anomaly Detection monitors for the individual accounts, and configure an Amazon SNS subscription with an immediate alerting frequency to notify the team of cost spikes.Answer
  2. Create a cost budget in AWS Budgets filtered by the data transfer usage type, and configure an alert threshold to trigger when forecasted monthly spend exceeds 10,00010,000.Answer
  3. C
    Create daily scheduled reports in AWS Cost Explorer filtered by data transfer usage, and configure a CloudWatch alarm to trigger when the report highlights a forecasted budget overrun.
  4. D
    Use AWS Billing Conductor to create a proforma billing group, and configure custom billing rules to trigger alert notifications when the group's data transfer charges exceed 10,00010,000.
  5. E
    Create an AWS Budgets budget for each individual account, and set up manual thresholds that compare historical daily average costs to actual daily spend to detect anomalies.

Answer

The solutions architect should configure AWS Cost Anomaly Detection monitors for individual accounts with an immediate alerting frequency, and create a cost budget in AWS Budgets filtered by data transfer usage to alert when the forecasted spend exceeds 10,00010,000.
AWS Cost Anomaly Detection uses machine learning to dynamically establish spending baselines and detect spikes across accounts without manual threshold setup, alerting immediately via Amazon SNS. AWS Budgets allows setting up proactive alerts for specific usage types, such as data transfer, triggered when forecasted monthly spend exceeds the specified threshold, thus notifying the team before the threshold is actually breached.

Step-by-Step Solution

1
Evaluate the requirement for detecting unexpected spending anomalies without manual static thresholds.
Identify AWS Cost Anomaly Detection as the service that leverages machine learning to identify anomalous spend with minimal configuration overhead.
AWS Cost Anomaly Detection dynamically creates baselines and alerts on deviations automatically.
2
Address the requirement to monitor data transfer costs and receive proactive alerts before the 10,00010,000 limit is breached.
Select AWS Budgets, filter by the data transfer usage type, and set the alert trigger type to 'Forecasted' spend exceeding 10,00010,000.
AWS Budgets supports proactive monitoring based on forecasted parameters, enabling notifications before costs are actually incurred.

Key Concept

Combining AWS Cost Anomaly Detection for ML-driven anomaly detection and AWS Budgets for proactive forecasted spend tracking.
Estimated Time:2m 0s
Rate this question