Which VPC endpoint interface (ENI) does the AWS SDK use? #4090
andreaswittig
started this conversation in
General
Replies: 1 comment
-
@ajredniwja can you help with this question? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Confirm by changing [ ] to [x] below:
When using VPC endpoints, which endpoint interface (ENI) does the SDK select to establish a connection?
I'm asking, because for example
http://sqs.eu-west-1.amazonaws.com
resolves to multiple private IP addresses each pointing to an ENI of the VPC endpoint.Ideally, the SDK would prefer the ENI in the same AZ, but will failover to other AZs if needed.
I'd be happy if you could point me in the right direction in the code as well.
Beta Was this translation helpful? Give feedback.
All reactions