An enterprise manages a multi-account AWS environment using AWS Organizations. The operations team needs to implement a cost-monitoring strategy with two primary requirements:
1. Receive proactive alerts within a few hours if there is a sudden, unexpected spike in AWS usage costs.
2. Receive an alert if the total monthly cost of resources tagged with Project: Alpha is projected to exceed a specific budget.
The strategy must minimize operational overhead. Which combination of actions should the solutions architect recommend to meet these requirements? (Select TWO.)
- Create an AWS Cost Anomaly Detection monitor using the Resource Tag monitor type, and configure an Amazon Simple Notification Service (Amazon SNS) subscription to send immediate alerts when anomalies are detected.Cevap
- Create a Cost Budget in AWS Budgets, filter the budget by the Project: Alpha tag, and configure an alert threshold based on forecasted costs to notify the operations team.Cevap
- CConfigure AWS Cost Explorer to generate daily scheduled reports filtered by the Project: Alpha tag and trigger an Amazon SNS notification if costs exceed a threshold.
- DCreate a daily scheduled report in AWS Cost Explorer that lists cost anomalies detected over the preceding 24 hours and emails the report to the operations team.
- EConfigure AWS Billing Conductor to create a billing group for the accounts, generate daily pro forma invoices, and send alerts when the pro forma costs for the Project: Alpha tag exceed the threshold.
Cevap
To meet the requirements, the solutions architect should configure an AWS Cost Anomaly Detection monitor using the Resource Tag monitor type with an Amazon SNS subscription for immediate alerting, and create a Cost Budget in AWS Budgets filtered by the Project: Alpha tag with an alert threshold based on forecasted costs.
AWS Cost Anomaly Detection monitors cost monitors and sends immediate notifications using Amazon SNS when an unexpected spend anomaly is detected, satisfying the quick turnaround requirement. AWS Budgets allows cost budgets to be filtered by tags (like Project: Alpha) and can alert based on actual or forecasted cost thresholds, satisfying the budget projection requirement.
Adım Adım Çözüm
Anahtar Kavram
Distinguishing between proactive cost alerting tools (AWS Budgets, AWS Cost Anomaly Detection) and retrospective reporting tools (AWS Cost Explorer) in enterprise cost optimization.