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
C-241 Add EventBridge rule for all EC2 terminations
The existing spot-specific rules (BidEvictedEvent, Spot Interruption Warning)
only fire on AWS spot reclamations. Scale-down terminations and manual
terminations — the most common causes of stale runners — were not covered.
Add an EC2 Instance State-change Notification rule (state: shutting-down) that
catches ALL termination types. Reuses the same notification Lambda since both
event types have detail['instance-id']. Gated behind enable_runner_deregistration.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments