
Answer-first summary for fast verification
Answer: Cost allocation tags
## Explanation **Cost allocation tags** are the correct solution for grouping AWS resources and determining costs for each group. Here's why: ### How Cost Allocation Tags Work: - **Resource Grouping**: You can apply custom tags to AWS resources (like EC2 instances, S3 buckets, etc.) to organize them by department, project, environment, or any other logical grouping - **Cost Tracking**: AWS Cost Explorer and AWS Cost and Usage Report can then use these tags to break down costs by the tagged groups - **Flexible Organization**: Tags allow you to create custom cost centers that match your business structure ### Why Other Options Are Incorrect: - **AWS Budgets**: Used for setting spending thresholds and alerts, not for grouping resources - **AWS Billing Conductor**: A more advanced service for customizing billing data, but not the primary tool for basic resource grouping - **AWS IAM**: Manages access control and permissions, not resource cost grouping ### Implementation Steps: 1. Create and apply consistent tagging strategy across resources 2. Activate tags in AWS Billing console 3. Use AWS Cost Explorer to view costs by tag 4. Generate detailed reports with cost allocation by groups This approach provides granular cost visibility and helps with chargeback/showback models within organizations.
Author: Ritesh Yadav
Ultimate access to all questions.
A company needs to put its AWS resources into groups and then determine the cost for each group.
Which AWS service or feature can the company use to group the resources?
A
Cost allocation tags
B
AWS Budgets
C
AWS Billing Conductor
D
AWS Identity and Access Management (IAM)
No comments yet.