We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a9dba commit 640c818Copy full SHA for 640c818
.github/workflows/ci.md
@@ -123,6 +123,14 @@ Just don't forget to turn the instance off when validated it to work.
123
Finally, once created, the script needs to be updated to that new AMI id (key `ec2-image-id`) in `.github/workflows/main.py`
124
125
126
+## Stop instance alarm
127
+
128
+It looks like occasionally the instance doesn't stop and continues running.
129
130
+I added a stop alarm to automatically kill the instance after 1h if util < 10% following the exact instructions from:
131
+https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UsingAlarmActions.html
132
133
134
## Guides
135
136
Set up guide: https://github.com/machulav/ec2-github-runner
0 commit comments