Skip to content

InstanceConnectEndpoint should be able to select subnet #61

Description

@moykeen

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions