Skip to content

Commit

Permalink
feat: Added cost visualizations (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronsh12 authored Apr 9, 2024
1 parent 48f7cfa commit 63fad94
Show file tree
Hide file tree
Showing 5 changed files with 3,425 additions and 1 deletion.
34 changes: 33 additions & 1 deletion transformations/aws/cost/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,36 @@ models:
aws_cost__by_tag:
+enabled: true
aws_cost__by_untagged_resource:
+enabled: true
+enabled: true
aws_cost__total:
+tags: "dashboard"
aws_cost__by_resources:
+tags: "dashboard"
aws_cost__by_product:
+tags: "dashboard"
aws_cost__by_account:
+tags: "dashboard"
aws_cost__by_regions:
+tags: "dashboard"
aws_cost__over_time_date:
+tags: "dashboard"
aws_cost__ec2_instance_count:
+tags: "dashboard"
aws_cost__ec2_overall_cost:
+tags: "dashboard"
aws_cost__ec2_instance_status:
+tags: "dashboard"
aws_cost__ec2_cost_breakdown:
+tags: "dashboard"
aws_cost__ec2_cost_by_instance_type:
+tags: "dashboard"
aws_cost__ec2_cost_by_region:
+tags: "dashboard"
ec2_instances_optimization_recommendations:
+tags: "dashboard"
aws_cost__trusted_advisior_by_arn:
+tags: "dashboard"
aws_cost__ec2_cost_over_time:
+tags: "dashboard"
aws_cost__ec2_instance_utilization_cost:
+tags: "dashboard"
Loading

0 comments on commit 63fad94

Please sign in to comment.