Does anyone know of some SQL clients that can connect to Aurora Serverless? I'd like to visualize my whole database and the query editor in the RDS console is pretty shit.
s
Scott
06/14/2022, 7:12 AM
If you setup an ssh tunnel many clients can talk to the aurora serverless instance, e.g. DBeaver. But directly supported, I'm not sure.
f
Frank
06/14/2022, 11:50 AM
Yeah, I’m not aware of clients that can connect through the Data API. But you can still connect to it normally if the SQL client access the RDS server (ie. VPN or publicly exposing the instance)