This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
Releases: mlevit/aws-auto-cleanup
Releases · mlevit/aws-auto-cleanup
v2.4.0
- Updated Allowlist display hiding Owner and Comment columns behind a expand button. This will allow for a more clean display of resources and their ID's.
- Changed the date used to calculate the age of an EC2 Instance. Instead of using the EC2 Instance
LaunchTime
which resets everytime an EC2 Instance is stopped and started, the EC2 Instance's ENIAttachTime
is used instead. #129. - Updated homescreen design with an encapsulated allowlist and execution log, including a number of QoL changes.
v2.3.0
- Added support for very large (20K+) execution log files.
- Added better resource ID placeholders giving users a better indication of expected value.
- Deprecated option to allowlist resources from execution log.
- Fixed issue with not being able to allowlist ECR Images.
v2.2.0
-
Added wildcard support to allowlist resource ID. Comparisons are now performed using the fnmatch Python module. The following special characters can be used:
Pattern Meaning * matches everything ? matches any single character [seq] matches any character in seq [!seq] matches any character not in seq -
Added Kafka Serverless Cluster cleanup.
-
Fixed mismatch between app settings and exeuction log for Elastic Beanstalk and Elasticsearch Service. This prevented allowlisting via the execution log in the web app.