We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli would be like aws ec2 run-instances --image-id ami-09092360 --monitoring Enabled=true...
aws ec2 run-instances --image-id ami-09092360 --monitoring Enabled=true...
how to pass monitor parameter to the runner?
thanks
The text was updated successfully, but these errors were encountered:
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..?
Sorry, something went wrong.
It does not look possible:
ec2-github-runner/src/aws.js
Line 35 in fcfb31a
Im closing this, if the prerequisites have changed since the issue was created, please create a new issue.
No branches or pull requests
cli would be like
aws ec2 run-instances --image-id ami-09092360 --monitoring Enabled=true...
how to pass monitor parameter to the runner?
thanks
The text was updated successfully, but these errors were encountered: