Connecting Tableau to a RDS DB in private tier using web proxy

Viewed 16

I have the following architecture in AWS where the RDS DB is publicly unavailable and is inside a private subnet and I am currently connecting to the database through a ec2 jump box located in the public subnet using ssh port forwarding.

AWS Arch

To connect to RDS we have two options.

  1. SSH port forwarding setup on EC2
  2. Web Proxy on EC2

I am able to connect using the SSH port forwarding option but I am not able to use Tableau as there is no option in Tableau to connect using .pem file which is required for SSH port connection to go through.

I am trying to see if there is documentation that will explain step by step on the process for setting up web proxy on the EC2 so that I can connect Tableau Desktop with the Database using the Elastic IP of the EC2 instance. Any help appreciated.

0 Answers
Related