Skip to content
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

LaunchConfiguration pagination and retention #114

Closed
eytan-avisror opened this issue May 18, 2020 · 0 comments · Fixed by #115
Closed

LaunchConfiguration pagination and retention #114

eytan-avisror opened this issue May 18, 2020 · 0 comments · Fixed by #115
Labels
bug Something isn't working P1
Milestone

Comments

@eytan-avisror
Copy link
Collaborator

Looks like we are not paginating when we call DescribeLaunchConfigurations, we must paginate to be sure we get all launch configurations.

Also, we should do some work around the retention of launch configurations and possibly make it configurable (either globally or per CR).
Right now we are deferring a deletion but ignore failures, this can cause leak of launch configurations under some conditions

@eytan-avisror eytan-avisror added this to the 0.7.0 milestone May 18, 2020
@eytan-avisror eytan-avisror added bug Something isn't working P1 labels May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant