简体   繁体   中英

How to setup db connection between AWS EC2 hosted spring boot app and AWS key space?

Here I am trying to connect my AWS ec2 hosted spring boot application to AWS keyspace. Is there anything specific configuration that needs to be done?

I am following this tutorial: https://docs.aws.amazon.com/keyspaces/latest/devguide/using_java_driver.html#java_tutorial.SigV4

That's a good place to start with. For driver policies, examples, and best practices when using the Java Driver with Amazon Keyspaces amazon-keyspaces-java-driver-helpers

you can also refer to keyspaces aws samples for examples on connecting to Amazon Keyspaces via Lambda etc

On how to compress your data using freely available compression tools and store that compressed data in Amazon Keyspaces

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM