Skip to content

Releases: mlevit/aws-auto-cleanup

v2.4.0

21 Dec 03:47
b8cf646
Compare
Choose a tag to compare
  • 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 ENI AttachTime is used instead. #129.
  • Updated homescreen design with an encapsulated allowlist and execution log, including a number of QoL changes.

v2.3.0

29 Aug 05:20
387e8ee
Compare
Choose a tag to compare
  • 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

05 Jul 22:22
64831c3
Compare
Choose a tag to compare
  • 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.