We want to integrate AWS Aurora with Redash but the list of data sources don’t show AWS Aurora.

Although it is supported by Redash: https://redash.io/data-sources/amazon-aurora

Any help regarding this is appreciated.

Aurora uses either MySQL or Postgres connectors. What happens when you tried this?

Just set up a connection to a MySQL or Postgresql database, depending on which flavour of Aurora you are using.

From the documentation: Connecting to an Amazon Aurora DB cluster - Amazon Aurora

You can connect to an Aurora DB cluster using the same tools that you use to connect to a MySQL or PostgreSQL database. You specify a connection string with any script, utility, or application that connects to a MySQL or PostgreSQL DB instance.

In the connection string, you typically use the host and port information from special endpoints associated with the DB cluster.

1 Like