Q: how to create a datasource, for AWS RDS postgr...
# gooddata-platform
z
Q: how to create a datasource, for AWS RDS postgresql db ? any supporting doc ?
j
If you are using GoodData CN, then you can find the information here: https://www.gooddata.com/developers/cloud-native/doc/1.5/installation/k8s/environment/aws/
z
ok, much appreciated, šŸ™
r
If you need to connect RDS (for postgresql) as a data source, you should rather use "Connect Data" section in our docs. ā€¢ General info: https://www.gooddata.com/developers/cloud-native/doc/2.2/connect-data/data-source-entity/ ā€¢ Postgresql-specific details: https://www.gooddata.com/developers/cloud-native/doc/2.2/connect-data/supported/postgresql/
z
@Robert Moucha thanks for help. but my concern is : since my RDS postgresql is located in a AWS private subnet, no public-accessible endpoint, in this case, how would GoodData connect to it ?
r
So, I guess you're trying to connect GoodData Cloud organization (something.cloud.gooddata.com) to your RDS? Or did you installed GoodData.CN to your own Kubernetes cluster? In case you're using GoodData Cloud, I'm afraid that's not possible without using public subnet. In case you're using GoodData.CN installed on your premises, you may use VPC peering or similar technology.
z
ok, i c, i got ur point, thanks for direction šŸ™‚
r
One more note: Here you can find a list of source IP addresses that need to be permitted in your DB security group to allow connections from GoodData Cloud.
z
much appreciated, šŸ™‚