aws-amicleaner
aws-amicleaner copied to clipboard
Cleanup your old unused ami and related snapshots
Has this project been abandoned by the owner?
--
Retrieving AMIs to clean ... Traceback (most recent call last): File "/usr/local/bin/amicleaner", line 11, in sys.exit(main()) File "/usr/local/lib/python2.7/site-packages/amicleaner/cli.py", line 195, in main app.run_cli() File "/usr/local/lib/python2.7/site-packages/amicleaner/cli.py", line 165, in run_cli candidates...
Hi, It's no stated anywhere that amicleaner does not run on win10. But when I try to run it first tried source 'ncurses' which can be easily installed through pip...
Invalid length for parameter LaunchConfigurationNames[0], value: 0, valid range: 1-inf
I've been using this to clean up amis and noticed that if I had any 0 instance autoscaling groups that used launch templates the script would crash.
Hi, I've added a docker install alternative to use the existing dockerfile. For some people this might be easier since no prerequisites are necessary.
Hello, I found this bug. I'm guessing it's because there are too many (?) Retrieving AMIs to clean ... Traceback (most recent call last): File "/home/alex/.local/bin/amicleaner", line 8, in sys.exit(main())...
I've been using this tool for the past week without an issue, but yesterday I started getting an error message when trying to perform a clean: `Invalid length for parameter...
After installation via pip, it required builtins module to be available which is part of future. I believe this should be included as part of the documentation ``` Traceback (most...