awslabs / ecr-cleanup-lambda

A script to discover stale ECR images and take action on them with Lambda to help reduce costs.
Other
161 stars 96 forks source link

Support max age for ECR image #41

Open amar-kamat opened 2 years ago

amar-kamat commented 2 years ago

Optionally, scan the ECR repository and print images that exceed the max age (default 90 days).

This is to make sure older images are flagged and eventually deleted.