-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid length for parameter LaunchConfigurationNames[0], value: 0, valid range: 1-inf #90
Comments
#87 fixes the issue for me |
Same issue, Im using LaunchTemplate with ASG
|
@Mattnmoore I tried forking this repo, and implementing the changes in #87, but it didn't work. Do you have a working fork? |
Same issue here |
Having the same issue. Anyone able to implement the fix or an alternative |
The #115 appears to fix it, but it looks like this project is abandoned so it might never get merged. |
Yup, installing from source via https://github.com/janus-anderwelt/aws-amicleaner fixed my issue :-) |
can confirm that fix ☝️ works. 🙌 |
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 LaunchConfigurationNames[0], value: 0, valid range: 1-inf
This is the command I'm running
amicleaner --mapping-key name --mapping-values my-ami-name --keep-previous 3
The text was updated successfully, but these errors were encountered: