IAM权限适用于AWS Aurora RDS中的根用户

huangapple go评论63阅读模式
英文:

IAM permissions for root user in AWS aurora RDS

问题

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)

  1. Why is there using password:YES when I'm using IAM auth?
  2. Should I be adding rds-db permission explicitly to the root user?
英文:

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)

  1. Why is there using password:YES when I'm using IAM auth
  2. Should I be adding rds-db permission explicitly to the root user ?

答案1

得分: 0

以下是翻译的内容:

  1. 根据这些说明,使用根用户密码认证创建了一个用户。
  2. 为创建的用户提供了以下IAM凭证:rds-db:connect
英文:

Following on this , what I ended up doing :

  1. Created a user using root user password authentication following these instructions
  2. For the user I created I gave the following IAM creds : rds-db:connect

huangapple
  • 本文由 发表于 2020年7月31日 05:56:24
  • 转载请务必保留本文链接:https://go.coder-hub.com/63181942.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定