Closed samuelb closed 1 year ago
To clean up the parameters once, I ran
aws ssm describe-parameters --filter "Key=Name,Values=action-runner-" | jq -r ".Parameters[].Name" | xargs -n 10 aws ssm delete-parameters --names
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions.
Still an issue.
/remove-lifecycle stale
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions.
Still an issue.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions.
Still an issue.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions.
Still an issue.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions.
Still an issue!
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions.
...still an issue.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions.
Still an issue, but a PR is on the way
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions.
@samuelb did your PR get merged to fix this?
I meant PR #2587. I'm not the author of it and no, it didn't got merged till now.
Still an issue, but PR is closed as stale
Is anyone going to reopen and merge the PR? We hit a 100,000 SSM parameter limit due to old parameters not being cleaned up.
Hello
I found today that we have hundreds of AWS System Manager Parameters defined. The lambda is creating those when starting a new runner instance to pass the authentication token and other parameters to the runner agent software.
It's so many, that
aws ssm describe-parameters
runs into rate limits. It's not only about keeping things clean, but also it has functional impact.Can a cleanup of unneeded parameters get implemented?