turbot/steampipe-mod-aws-thrifty

Dashboard: ECR Checks

ECR Checks

Elastic Container Registry (ECR) is a fully managed container registry service. While it's relatively inexpensive, unused repositories and images still incur storage costs and can create clutter.

Variables

This control uses the following variables:

VariableDescriptionDefault
ecr_repository_image_age_max_daysThe number of days an ECR repository can go without image pulls before being considered unused.90

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 ECR Checks dashboard.

You could also snapshot and share results via Turbot Pipes:

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

Benchmark

This dashboard is automatically generated from the following benchmark:

benchmark.ecr

Tags