CV0-003 · Question #593
The human resources department was charged for a cloud service that belongs to another department. All other cloud costs seem to be correct. Which of the following is the MOST likely cause for this er
The correct answer is A. Misconfigured templates. A misconfigured cloud provisioning template can embed incorrect billing or subscription references, causing resources deployed from it to be attributed to the wrong department.
Question
The human resources department was charged for a cloud service that belongs to another department. All other cloud costs seem to be correct. Which of the following is the MOST likely cause for this error?
Options
- AMisconfigured templates
- BMisconfigured chargeback
- CIncorrect security groups
- DMisconfigured tags
How the community answered
(20 responses)- A90% (18)
- C5% (1)
- D5% (1)
Why each option
A misconfigured cloud provisioning template can embed incorrect billing or subscription references, causing resources deployed from it to be attributed to the wrong department.
Cloud infrastructure templates (such as AWS CloudFormation or Azure ARM templates) often include parameters that specify the billing account, subscription, or cost center to which deployed resources are charged. If a template for another department's service was configured with HR's billing context, every resource provisioned from that template would be incorrectly invoiced to HR. Because only this one service is affected and all other costs are correct, a template-level misconfiguration scoped to a specific deployment is the most precise root cause.
A misconfigured chargeback rule would affect cost allocations broadly across multiple departments or services rather than producing a single isolated incorrect charge.
Incorrect security groups control inbound and outbound network traffic permissions and have no relationship to billing attribution or cost allocation.
Misconfigured resource tags can cause billing misattribution, but tag errors typically affect all resources sharing that tag rather than a single isolated cloud service.
Concept tested: Cloud cost attribution via provisioning template configuration
Source: https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/allocate-costs
Topics
Community Discussion
No community discussion yet for this question.