turbot/aws_thrifty

Dashboard: DynamoDB Checks

Thrifty DynamoDB Benchmark

Thrifty developers archive DynamoDB tables with stale data. This benchmark focuses on finding tables where the data has not been changed recently.

Variables

VariableDescriptionDefault
dynamodb_table_stale_data_max_daysThe maximum number of days table data can be unchanged before it is considered stale.90 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 DynamoDB Checks dashboard.

You could also snapshot and share results via Turbot Pipes:

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

Benchmark

This dashboard is automatically generated from the following benchmark:

benchmark.dynamodb

Tags