Skip to content

Twing-Data/aws-cost-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Cost Dashboard

A simple Rill project for analyzing AWS Cost and Usage Reports (CUR).

Prerequisites

  • Rill CLI installed
  • AWS CUR data exported to S3 in Parquet format

Setup

  1. Configure your S3 connection:
mv .env.SAMPLE .env
# Edit .env with your S3 bucket details
  1. Start Rill:
rill start
  1. Open the browser (Rill will provide the URL) and navigate to the dashboards.

Project Structure

  • sources/ - Data source definitions (S3 connection to CUR data)
  • metrics/ - Metrics view definitions
  • dashboards/ - Dashboard and canvas definitions
  • connectors/ - Connector configurations (Clickhouse, DuckDB, S3)

Related

This is a simple version of a another utility that generates a Rill dashboard based on your CUR schema, see aws-cur-wizard.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors