Bird
0
0

To optimize your billing dashboard, you want to combine AWS cost data with usage logs to analyze cost per usage unit by service. What is the best data modeling approach?

hard📝 Scenario Q9 of 15
AWS - Account and Billing
To optimize your billing dashboard, you want to combine AWS cost data with usage logs to analyze cost per usage unit by service. What is the best data modeling approach?
AUse separate dashboards for billing and usage without joining
BAggregate billing data only and ignore usage logs
CJoin billing and usage tables on service and timestamp keys
DFilter usage logs to last month only without joining billing data
Step-by-Step Solution
Solution:
  1. Step 1: Understand the need to combine cost and usage

    Joining on service and timestamp keys links cost to usage units.
  2. Step 2: Evaluate other options

    Ignoring usage or separating dashboards prevents combined analysis.
  3. Final Answer:

    Join billing and usage tables on service and timestamp keys -> Option C
  4. Quick Check:

    Joining data enables cost per usage analysis [OK]
Quick Trick: Join billing and usage data on service and time keys [OK]
Common Mistakes:
MISTAKES
  • Ignoring usage data
  • Not joining tables for combined analysis

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes