A company wants to implement automated cost monitoring for a new multi-tenant application deployed across multiple member accounts in AWS Organizations. The application uses a variety of services, and the SysOps team needs to detect unexpected cost spikes using machine learning. They also need to ensure that anomalies associated with the specific cost allocation tag 'TenantID' are detected and that a centralized record of all anomalies is logged to an Amazon SQS queue in the management account for auditing. Which combination of steps should the SysOps administrator perform to meet these requirements? (Select TWO.)
- Create a cost monitor in AWS Cost Anomaly Detection using the Cost Allocation Tag monitor type, specifying the 'TenantID' tag key. Create an anomaly subscription associated with this monitor that targets an Amazon SNS topic.Answer
- Create an Amazon EventBridge rule that filters for AWS Cost Anomaly Detection events and configure the rule to send these events to the centralized Amazon SQS queue.Answer
- CCreate an AWS Budget with a daily cost filter for the 'TenantID' tag, configure a 10% daily budget variance limit, and set the target directly to the Amazon SQS queue.
- DDefine the 'TenantID' tag on all resource types using an AWS Organizations tag policy, and rely on AWS Cost Anomaly Detection to automatically evaluate the tag without further configuration in the Billing console.
- EConfigure an AWS Config rule to evaluate resource compliance and trigger an AWS Systems Manager Automation document that polls the Cost Explorer API hourly to write cost spikes to the SQS queue.
Answer
To meet the requirements, the SysOps administrator should create a cost monitor in AWS Cost Anomaly Detection using the Cost Allocation Tag monitor type, specifying the 'TenantID' tag key, and target an Amazon SNS topic. Additionally, they should create an Amazon EventBridge rule that filters for AWS Cost Anomaly Detection events and routes them to the centralized Amazon SQS queue.
The correct steps involve creating a Cost Allocation Tag monitor in AWS Cost Anomaly Detection for the 'TenantID' tag and linking it to an anomaly subscription targeting Amazon SNS. Additionally, Amazon EventBridge natively captures AWS Cost Anomaly Detection events, allowing an EventBridge rule to route them directly to the centralized Amazon SQS queue for audit logging.
Step-by-Step Solution
Key Concept
Using AWS Cost Anomaly Detection to monitor tag-based spending and routing alerts using Amazon EventBridge.
Estimated Time:3m 0s