Within our company we've the wish to connect to an AWS RDS postgres database based on a generated IAM token. Mostly, we use DBeaver to connect to databases. However, with DBeaver a .pgpass is necessary to make the connection.
My question how can we achieve the connection with DBeaver towards our AWS RDS database using the IAM token?
Thanks in advance!
Gr,
Jeroen