0

I am having a problem connecting AWS (Amazon Web Services) RDS (Relational Database Service) PostgreSQL instance with Google Data Studio.

My RDS is a private DB, when I try to connect my RDS with GDS it's asking for:

  • Server certificate
  • Client certificate
  • Client private key.

Where can I find those credentials?

GDS PostgreSQL connector

Nimantha
  • 6,405
  • 6
  • 28
  • 69
Taqib4802
  • 1
  • 1
  • Does this answer your question? [How can I connect Google Data Studio to an AWS RDS Postgres instance?](https://stackoverflow.com/questions/70625623/how-can-i-connect-google-data-studio-to-an-aws-rds-postgres-instance) – Nimantha Jun 09 '22 at 05:53

1 Answers1

0

You can get the CA cert (apparently called server cert in that iterface) at this link, linked to from this doc.

As far as I can tell, RDS does not support client certs, so there is nothing to enter in the other two fields. Those ones should be optional.

jjanes
  • 37,812
  • 5
  • 27
  • 34