Forum Discussion

SiroPW's avatar
SiroPW
Helper I
6 years ago
Solved

Connect to AWS RDS via VPN

Hi All,   I have an AWS RDS (Aurora Postgres) that is inside a private network - only accessable via a VPN.   How can I let PowerBI see the database both on Desktop & Service? I have the VPN runn...
  • SiroPW's avatar
    SiroPW
    6 years ago

    For anyone who reads this - I solved it by using the ODBC connector instead (with sslmode parameter)

     

    database=dbname;driver={PostgreSQL Unicode(x64)};port=5432;server=server.eu-w1.compute.server.com;sslmode=require;