Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.39 KB

File metadata and controls

30 lines (21 loc) · 1.39 KB

Amazon Redshift Cost Attribution

In this repo, there are three views you can reference on how to attribute the cost of a query in Amazon Redshift.

Pre-requisites

When you download the views, as a pre-requisite before using is to modify the redshift_query_attribution_vw script. Update the values as per the following based on your Amazon Redshift cluster configuration:

  • price_per_node_per_hour
  • daily_operation_hour
  • spectrum_price_per_tb
  • concurrency_price_per_second
  • cpu_rated_score
  • disk_io_rated_score
  • execution_rated_score
  • daily_redshift_compute_cost CTE redshift_cluster_node

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.