2

When I go to make a new data source in Data Studio, I'm prompted to enter the client/server certificates to make a secure connection. Where can I get this client certificate and key? How can I allow Google Data Studio to connect to my RDS instance?

enter image description here

1 Answer 1

2

Do the following:

  1. Add the Google IP addresses to your RDS security group inbound rule list.

  2. Generate a self-signed cert. This answer provides instructions.

openssl req -newkey rsa:2048 -nodes -keyout client.key -x509 -days 365 -out client.crt

  1. Get the correct server PEM file for your region from AWS

  2. Add your database user information to the form and attach your client.crt, client.key and AWS pem files. 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.