An enterprise manages a multi-account environment consolidated under AWS Organizations. The company wants to implement a cost-governance strategy to proactively manage spending. Specifically, they need to detect sudden, unexpected spikes in daily spending across any of the accounts and alert the operations team. Additionally, they must ensure that individual product teams do not exceed their allocated monthly limits by receiving warning notifications when the teams are forecasted to exceed their budget based on their specific cost allocation tags. Which combination of AWS cost management tools and configurations should a solutions architect implement to meet these requirements? (Select TWO.)
- Create an AWS Cost Anomaly Detection monitor with a daily alert subscription connected to an Amazon SNS topic to identify and alert on sudden, unexpected spending spikes.Cevap
- Configure AWS Budgets with custom cost budgets filtered by specific cost allocation tags, setting alerts when forecasted costs exceed 100% of the budgeted amount.Cevap
- CSet up a daily saved report in AWS Cost Explorer filtered by cost allocation tags to automatically notify the team leads via email if daily costs exceed the threshold.
- DUse AWS Billing Conductor to define custom billing groups and configure automated alerts when a billing group's actual daily usage exceeds the predefined budget.
- ECreate a billing alarm in Amazon CloudWatch that monitors the overall consolidated charges metric and triggers a Lambda function to parse billing reports and alert on tag-based anomalies.
Cevap
Create an AWS Cost Anomaly Detection monitor with a daily alert subscription connected to an Amazon SNS topic, and configure AWS Budgets with custom cost budgets filtered by specific cost allocation tags to alert when forecasted costs exceed 100% of the budgeted amount.
The solution requires a combination of proactive and real-time monitoring tools. AWS Cost Anomaly Detection is the optimal choice for detecting unexpected spikes in spending using machine learning, sending alerts via Amazon SNS daily or immediately. AWS Budgets is the correct tool for setting proactive spending limits based on cost allocation tags, allowing alerts to trigger when forecasted costs exceed the budget before actual charges occur.
Adım Adım Çözüm
Anahtar Kavram
Implementing proactive cost governance by combining machine-learning-based anomaly alerting (AWS Cost Anomaly Detection) with proactive, tag-based forecast budgeting (AWS Budgets).