Hello, I am trying to set up a QuickSight visualization with a connection to an RDS database instance, where the engine is MYSQL. I am following this tutorial: Visualize data in Amazon RDS for SQL Server using Amazon QuickSight.
I followed all instruction with two modifications:
- The database engine is MYSQL, not Microsoft SQL Server.
- I connected my database instance to a Microsoft Azure Data Studio client, not Microsoft SQL Server.
The problem arises when I try to connect a new RDS datasource to QuickSight. This error occurs: “DATA_SOURCE_TIMEOUT”, “Connection to the data source time out before validation is complete.” This occurs even after verifying that I have the latest version of MYSQL engine available on RDS (8.0.39). I’ve also verified that QuickSight and RDS instance are in the same region.
When I checked the logs for my database instance, there were mysql-error-running.log and mysql-error.log files; however, they were empty to my surprise when I opened them.
Has anyone else encountered this issue? Any advice would be greatly appreciated. Many thanks.