Skip to content

Fix Invalid length for parameter LaunchConfigurationName error#104

Open
ronaldosaheki wants to merge 1 commit into
bonclay7:masterfrom
ronaldosaheki:fix-asg
Open

Fix Invalid length for parameter LaunchConfigurationName error#104
ronaldosaheki wants to merge 1 commit into
bonclay7:masterfrom
ronaldosaheki:fix-asg

Conversation

@ronaldosaheki
Copy link
Copy Markdown

Invalid length for parameter LaunchConfigurationNames[0], value: 0, valid range: 1-inf

Invalid length for parameter LaunchConfigurationNames[0], value: 0, valid range: 1-inf
@9to6
Copy link
Copy Markdown

9to6 commented Mar 2, 2021

When I use amicleaner, I faced same error.
Please merge this PR or related another PR( #111 )

Comment thread amicleaner/fetch.py
for asg in resp.get("AutoScalingGroups", [])
if asg.get("DesiredCapacity", 0) == 0]

zeroed_lt_names = [lt.get("LaunchTemplateName", "")
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line has same problem with previous error.
The element of zeroed_lt_names can be empty string....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants