A financial technology organization uses AWS Organizations to manage a multi-account structure. The organization has recently deployed a new transaction processing platform across several member accounts. The platform writes transaction logs to an Amazon S3 bucket, which are processed and then permanently deleted after days. The platform's compute workloads are highly dynamic and exhibit natural cyclical scaling. The organization has the following requirements:
* Detect sudden, atypical spending spikes across all member accounts within hours without triggering false positives during regular cyclical scaling events.
* Provide a pro forma billing view to a subsidiary account that reflects a custom discount on all Amazon EC2 usage, without altering the actual consolidated invoice generated at the management account level.
* Send an immediate notification to the operations team if the actual monthly consolidated cost exceeds of the budgeted amount.
* Implement a cost-optimized storage strategy for the transaction logs.
Which combination of actions will meet these requirements in the most cost-effective and operationally efficient manner?
- AConfigure AWS Cost Anomaly Detection with a cost monitor for all services. Create a billing group in AWS Billing Conductor for the subsidiary account, associate a custom pricing plan that applies a discount flat rate to EC2, and share the pro forma billing data. Create a cost budget in AWS Budgets at the management account level with an alert threshold set at of the budgeted amount based on actual costs. Create an S3 Lifecycle policy to transition the transaction logs to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) immediately upon creation.
- BConfigure AWS Cost Anomaly Detection with a cost monitor for all services. Purchase a Compute Savings Plan in the subsidiary member account to apply the custom discount on their EC2 instances and Amazon RDS databases, and configure AWS Billing Conductor to pass through these discounts. Create a cost budget in AWS Budgets at the management account level with an alert threshold set at of the budgeted amount based on actual costs. Create an S3 Lifecycle policy to delete the transaction logs directly from S3 Standard after days.
- Configure AWS Cost Anomaly Detection with a cost monitor for all services. Create a billing group in AWS Billing Conductor for the subsidiary account, associate a custom pricing plan that applies a discount flat rate to EC2, and share the pro forma billing data. Create a cost budget in AWS Budgets at the management account level with an alert threshold set at of the budgeted amount based on actual costs. Create an S3 Lifecycle policy to delete the transaction logs directly from S3 Standard after days.Cevap
- DConfigure AWS Cost Explorer with daily scheduled reports to notify the operations team when consolidated actual costs exceed of the budget. Create a billing group in AWS Billing Conductor for the subsidiary account, associate a custom pricing plan that applies a discount flat rate to EC2, and share the pro forma billing data. Create a cost budget in AWS Budgets with a threshold set at using forecasted costs. Create an S3 Lifecycle policy to delete the transaction logs directly from S3 Standard after days.