-
Notifications
You must be signed in to change notification settings - Fork 628
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
feat: allow setting VPC and subnets per runner #3467
Conversation
507ad56
to
66389bf
Compare
66389bf
to
bd4831f
Compare
Rebased the PR on the latest changes as well as pushed up a fix after testing this change internally. |
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions. |
bd4831f
to
fa0f7fd
Compare
fa0f7fd
to
1f30ff9
Compare
Hi, I've noticed that this PR seems ready for merging. Could you kindly share if there's an expected timeline for the merge? Thanks for your great work on this! |
Need to check again, thought there was some issue with the examples. |
Examples should be fixed now albeit with a solution that is less ideal than I would like. I'll take a look at fixing the failing tests tomorrow morning. |
9c3b9b3
to
5cdfc10
Compare
@npalm I've fixed the failing tests as well as rebased my branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@taharah thanks for all the work. Change looks in general good and is working. However I prefer a single VPC in the example that we use as default for testing. I have provided suggestion to remove the second base.
2b8fc72
to
397b26f
Compare
@npalm comments have been addressed and I have rebased to include the latest changes as well. |
@npalm This PR seems to have been ready for merge for a month now, any chance of getting it merged soon? It solves a very concrete use case for us, and I've been running a local fork of this PR for a while and it seems to work great. |
Sorry, but last weeks were busy. Will catch up with the PR asap. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@taharah thx, checked all good
Thank you! |
🤖 I have created a release *beep* *boop* --- ## [5.7.0](v5.6.3...v5.7.0) (2024-02-12) ### Features * allow setting VPC and subnets per runner ([#3467](#3467)) ([1288c81](1288c81)) ### Bug Fixes * Correct typo in README.md ([#3758](#3758)) ([7186c1c](7186c1c)) * **images:** avoid wrong AMI selected for ubuntu jammy ([#3747](#3747)) ([595aec9](595aec9)) * **lambda:** bump @aws-lambda-powertools/logger from 1.17.0 to 1.18.0 in /lambdas ([#3754](#3754)) ([98131ff](98131ff)) * **lambda:** bump axios from 1.6.2 to 1.6.7 in /lambdas ([#3755](#3755)) ([80a34bd](80a34bd)) * **lambda:** bump the aws group in /lambdas with 5 updates ([#3730](#3730)) ([7854a5f](7854a5f)) * **lambda:** bump the aws group in /lambdas with 5 updates ([#3743](#3743)) ([7ca40ef](7ca40ef)) * **lambda:** bump the aws group in /lambdas with 5 updates ([#3753](#3753)) ([9f3aa68](9f3aa68)) * windows userdata does not support gzip ([#3759](#3759)) ([b74df54](b74df54)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: forest-releaser[bot] <80285352+forest-releaser[bot]@users.noreply.github.com>
This allows passing in a different VPC and subnet IDs for each runner config and falling back to the "global" value set via the existing
vpc_id
andsubnet_ids
variables.