1

I have 3 databases (one RDS instance) in private subnet. I wanna connect my local spring boot application with RDS DB (in private subnet).

I have a bastion server for checking DB.

so, I wanna connect this db with my local spring boot application then should I use bastion server?

How can I solve my issue? Thanks mates.

sidgate
  • 14,650
  • 11
  • 68
  • 119

1 Answers1

0

I resolved bros.

use Jsch(in JVM lang) sdk and tunneling you have to need bastion server, so you can connect RDS in private subnet

Good luck bros.