1 Answer
- Newest
- Most votes
- Most comments
0
Hello.
To connect to an RDS deployed in a private subnet from QuickSight, you need to connect to a VPC as described in the following document.
https://repost.aws/knowledge-center/quicksight-redshift-private-connection
I haven't tried it using CloudFormation, but it looks like you can set up a connection to RDS using "AWS::QuickSight::DataSource" and "AWS::QuickSight::VPCConnection".
https://docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/TemplateReference/aws-resource-quicksight-datasource.html
https://docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/TemplateReference/aws-resource-quicksight-vpcconnection.html
