I have an aurora instance with IAM authentication enabled I have create an IAM role with full access to rds:*
when using that IAM role and trying to connect with the root user following these instructions
I get an error , Access denied for user 'root'@'ip' (using password: YES)
- Why is there
using password:YES
when I'm using IAM auth - Should I be adding rds-db permission explicitly to the root user ?