CloudSnorkel / cdk-github-runners

CDK constructs for self-hosted GitHub Actions runners
https://constructs.dev/packages/@cloudsnorkel/cdk-github-runners/
Apache License 2.0
255 stars 37 forks source link

fix: Windows EC2 runner SSM agent stopped working #567

Closed kichik closed 2 weeks ago

kichik commented 2 weeks ago

I am not sure when this started happening, but EC2Launch won't start SSM Agent until user data finishes executing. Since our user data runs until the very end, that never happens. Fix this by manually starting up SSM Agent.

Fixes #564