issues
search
mlevit
/
aws-auto-cleanup
Programmatically delete AWS resources based on an allowlist and time to live (TTL) settings
MIT License
495
stars
55
forks
source link
Better EC2 launch time
#131
Closed
mlevit
closed
1 year ago
mlevit
commented
1 year ago
Description
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
.
Related issue(s) (if applicable)
Fixes #129
Description
LaunchTime
which resets everytime an EC2 Instance is stopped and started, the EC2 Instance's ENIAttachTime
is used instead. #129.Related issue(s) (if applicable)