-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
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
Is there a way to disable NAT Gateway and deploy directly to public subnets? #3528
Comments
Hello @guillaume-michel We've investigated this question too and as far as I can see, currently there is no option to associate Public IPs with runners. I've submitted this PR to add necessary functionality. For context: Placing runners in public subnet with public IP associated in theory makes them accessible from internet, but:
Based on that, risk likelihood is deemed low. |
### Description * Add option to associate public IP with runner (disabled by default) Fixes [3528](https://github.com/philips-labs/terraform-aws-github-runner/issues/3528) Suggested changes have been used in our env for over a month and it works as expected. ### Checklists **Development and testing:** - [x] All tests related to the changed code pass in development - [x] Pull request is ready for review --------- Co-authored-by: Niek Palm <[email protected]>
### Description * Add option to associate public IP with runner (disabled by default) Fixes [3528](https://github.com/philips-labs/terraform-aws-github-runner/issues/3528) Suggested changes have been used in our env for over a month and it works as expected. ### Checklists **Development and testing:** - [x] All tests related to the changed code pass in development - [x] Pull request is ready for review --------- Co-authored-by: Niek Palm <[email protected]>
Hi,
We would like to cut down the cost of NAT Gateway and we don't mind for now, having our runners in subnet with direct internet access.
Is there a way to achieve this please?
The text was updated successfully, but these errors were encountered: