mercurytechnologies/aws-ssm-update-association
GitHub Action for updating AWS SSM State Manager association with new parameters.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 3, 2025
- License
- MIT
Pinned Snippet
uses: mercurytechnologies/aws-ssm-update-association-action@165c3d86bcf5f33281b6b485de0ec917958b40ce # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| association-id | The ID of the association you want to update. | yes | — |
| parameters | The parameters you want to update for the association. | no | — |
| wait-until-association-updated | Wait until the association is updated. | no | false |
| max-wait-time | The maximum time to wait for the association to be updated. | no | 300 |
| log-failed-command-invocations | Log the command invocations that failed for the association. If the command target is targeting hundreds or thousands of instances, this can be slow. | no | false |
Outputs
no outputs