A digital service provider manages multiple AWS accounts for independent client organizations using AWS Organizations. The provider needs to implement a billing and cost management system that achieves the following requirements:
* Client A must receive a custom proforma invoice showing a 10% discount on all Amazon EC2 usage.
* Client B must receive a custom proforma invoice showing standard AWS list prices.
* Both clients must be able to set up threshold-based budget alerts based on their specific custom proforma costs.
* Neither client should have visibility into the provider's actual negotiated AWS pricing or the other client's billing data.
Which combination of steps should a solutions architect take to meet these requirements with the least operational overhead?
- ACreate two billing groups in AWS Billing Conductor. For Client A, purchase a Compute Savings Plan from the management account and disable sharing across the organization except for Client A's accounts. Set up standard cost budgets in the management account scoped by account tags to notify each client when thresholds are exceeded.
- BCreate two billing groups in AWS Billing Conductor. Design a custom pricing rule with a 10% discount for Amazon EC2 and assign it to Client A's pricing plan. Assign the default pricing plan to Client B. Configure a daily AWS Cost Explorer report in the management account filtered by proforma costs and email it to the clients to track their budget status.
- Create two billing groups in AWS Billing Conductor, designating a primary account for Client A and Client B respectively. Establish a custom pricing rule with a 10% discount for Amazon EC2, add it to a pricing plan, and associate it with Client A's billing group. Associate a pricing plan with standard AWS list prices to Client B's billing group. Instruct each client's primary account to configure budgets in AWS Budgets, setting the cost type to Proforma.Cevap
- DCreate two billing groups in AWS Billing Conductor. Establish a custom pricing rule with a 10% discount for Amazon EC2, add it to a pricing plan, and associate it with Client A's billing group. Associate a standard pricing plan with Client B's billing group. Create AWS Cost Anomaly Detection monitors in the management account configured to evaluate proforma cost anomalies and send alerts to the clients' SNS topics.