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

Support machines with multiple NICs #415

Open
2 tasks
graebm opened this issue Mar 20, 2024 · 1 comment
Open
2 tasks

Support machines with multiple NICs #415

graebm opened this issue Mar 20, 2024 · 1 comment
Labels
feature-request A feature should be added or improved. p2 This is a standard priority issue

Comments

@graebm
Copy link
Contributor

graebm commented Mar 20, 2024

Describe the feature

AWS has a growing list of instance types with multiple NICs. There should be some way to configure the S3 client to use a particular network interface (or multiple network interfaces?)

Use Case

Maximum throughput cannot be achieved with all instances of the S3 client using just the one default network interface.

Proposed Solution

  • S3 client takes IP of network interface to bind its connections to
  • If multiple IPs passed, the S3 client distributes connections among them all

Other Information

Mountpoint (which uses aws-c-s3) recently received this feature request: awslabs/mountpoint-s3#815

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@graebm graebm added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Mar 20, 2024
@graebm graebm added the p2 This is a standard priority issue label Mar 21, 2024
@jmklix jmklix removed the needs-triage This issue or PR still needs to be triaged. label Mar 21, 2024
@jmklix
Copy link
Member

jmklix commented May 20, 2024

awslabs/aws-c-io#467

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. p2 This is a standard priority issue
Projects
None yet
Development

No branches or pull requests

2 participants