turbot/aws_thrifty

Dashboard: Redshift Checks

Thrifty Redshift Benchmark

Thrifty developers check whether their long-running Redshift clusters are associated with reserved nodes.

Variables

VariableDescriptionDefault
redshift_cluster_avg_cpu_utilization_highThe average CPU utilization required for clusters to be considered frequently used. This value should be higher than redshift_cluster_avg_cpu_utilization_low.35%
redshift_cluster_avg_cpu_utilization_lowThe average CPU utilization required for clusters to be considered infrequently used. This value should be lower than redshift_cluster_avg_cpu_utilization_high.20%
redshift_running_cluster_age_max_daysThe maximum number of days clusters are allowed to run.90 days
redshift_running_cluster_age_warning_daysThe number of days clusters can be running before sending a warning.30 days

Usage

Install the mod:

mkdir dashboards
cd dashboards
powerpipe mod init
powerpipe mod install github.com/turbot/steampipe-mod-aws-thrifty

Start the Powerpipe server:

steampipe service start
powerpipe server

Open http://localhost:9033 in your browser and select Redshift Checks dashboard.

You could also snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe benchmark run aws_thrifty.benchmark.redshift --share

Benchmark

This dashboard is automatically generated from the following benchmark:

benchmark.redshift

Tags