1

I have a Postgres RDS instance running in a private Subnet. It is accessible through a EC2 as a bastion host, as EC2 instance is configured in a public subnet in the same VPC as the private subnet. I can ssh to the RDS instance through the jump server.
Is there a way I can DBeaver client to the RDS instance? Do I need to configure a VPN connection for that? What are the different options here?

1 Answer 1

1

You can stablish a connection to the DB through the jump server using SSH Tunnel:

  1. Create new connection enter image description here

  2. Configure SSH settings using the fields of the bastion host (use password or private key) enter image description here

  3. Specify PostgreSQL user/password/endpoint and test the connection enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.