Replies: 1 comment
-
Hi, @mnoky, thanks for your question. Yes, that is an acceptable practice, the AWS JDBC Driver should be able to be used with non-RDS PostgreSQL databases. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
We're in the process of migrating a bunch of Spring/Spring-Boot apps to run in AWS EKS and use an RDS database. We'll be using the Advanced AWS JDBC wrapper to handle with IAM-based authentication.
My question: Are there any problems (performance or otherwise) with using the Wrapper in our current environment (non-RDS Postgres database)? That way, we can build our application code and use it now, then just update the config when moving to EKS/RDS. Of course we wouldn't configure the IAM plugin for now, we'd just update the JDBC URL to include "aws-wrapper". This seems to work fine, but I just want to make sure this is an acceptable practice.
Beta Was this translation helpful? Give feedback.
All reactions