ec2-github-runner
ec2-github-runner copied to clipboard
is there a way to pass additional parameter to ec2 instance, like enable detail monitor?
cli would be like
aws ec2 run-instances --image-id ami-09092360 --monitoring Enabled=true...
how to pass monitor parameter to the runner?
thanks
I'm too looking for the same. Is there any possible way of adding ec2 instance's additional settings like enabling the Nitro enclave, etc..?
It does not look possible: https://github.com/machulav/ec2-github-runner/blob/fcfb31a5760dad1314a64a0e172b78ec6fc8a17e/src/aws.js#L35