You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: