JeongdaeLee commented on issue #1873:
URL: 
https://github.com/apache/cassandra-gocql-driver/issues/1873#issuecomment-3561687813

   @jameshartig AWS Keyspaces, which is offered as a fully managed service, 
provides two connection methods.
   The first method uses PrivateLink, where the client recognizes the internal 
VPC Endpoint IP as the host IP.
   The second method connects through the public Keyspaces service endpoint, in 
which case the host IP appears as an AWS-owned public IP such as 43.x.x.x.
   
   Rather than a separate load balancer, I assume these are the actual 
Cassandra host IPs operated internally by AWS. However, I am not fully aware of 
the internal service architecture either.
   
   In my tests, I encountered similar errors regardless of whether I used the 
public endpoint or the private endpoint.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to