Home:ALL Converter>Connect to AWS RDS Proxy from Java

Connect to AWS RDS Proxy from Java

Ask Time:2020-06-05T12:28:12         Author:Goose

Json Formatter

In an EC2 instance, I have succeed connecting to "AWS MySQL RDS" from Java, since the typical jdbc technique has been used for that purpose.

However, I cannot be able to use the Preview of "Mysql RDS Proxy" from my java code, because no documentation at all about this matter.

I found this: https://aws.amazon.com/es/blogs/compute/using-amazon-rds-proxy-with-aws-lambda/ but it uses JS and it does not help for me to understand how can I do it in Java.

So, my question is: where can I get info about using "AWS Mysql RDS Proxy" from my java code? (note that I will run that code from inside of a EC2 instance)

Author:Goose,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/62208137/connect-to-aws-rds-proxy-from-java
yy