RDS IAM database authentication
- You can authenticate to your database instance using AWS IAM database authentication. 
- IAM database authentication only works with MySQL and PostgreSQL. 
- You don't need to use a password when you connect to a database instance. - Instead, you use an authentication token (a unique string of characters that RDS generates on request). 
 
Last updated
Was this helpful?