Skip to content
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

InstanceConnectEndpoint should be able to select subnet #61

Open
1 of 3 tasks
moykeen opened this issue Nov 19, 2024 · 1 comment
Open
1 of 3 tasks

InstanceConnectEndpoint should be able to select subnet #61

moykeen opened this issue Nov 19, 2024 · 1 comment

Comments

@moykeen
Copy link

moykeen commented Nov 19, 2024

Is your feature request related to a problem? Please describe.

Currently, InstanceConnectEndpoint always selects the first subnet from the default Vpc.selectSubnets() output.
This makes it impossible to control which subnet the endpoint is placed on, which can be critical in scenarios where specific subnets are required

subnetId: this.props.vpc.selectSubnets().subnetIds[0],

Would you be willing to help with a PR?

  • Yes, absolutely
  • Yes, with some guidance
  • Unfortunately no time :'-(

Describe the solution you'd like

Add a new property, e.g., subnet, to the InstanceConnectEndpointProps interface.

Describe alternatives you've considered

Additional context

@go-to-k
Copy link
Contributor

go-to-k commented Nov 19, 2024

Thanks for reporting this issue. It makes sense, and we welcome the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants