I want to use Cassandra-stress tool to load test on AWS keyspaces but can't figure out how to use sigv4authprovider. Can someone please help with the steps?
Asked
Active
Viewed 75 times
1 Answers
0
Not sure if it is helping, but you can define a service account with classic authentication (login, password) against keyspaces. This is the best way to test cassandra tools/libs compatibility. SIGV4 would require some extra work with actually overwriting the way said libs/tools create their connection.

zenbeni
- 7,019
- 3
- 29
- 60
-
https://docs.aws.amazon.com/keyspaces/latest/devguide/programmatic.credentials.ssc.html – MikeJPR Nov 17 '22 at 21:58