RDS Snapshot export to S3 fails citing IAM role error where IAM role is created by Console itself

0

Scenario: RDS Aurora v2 DB snapshot export to S3 bucket

Console gives error Principal isn't allowed to assume the IAM role citing

  • EITHER non-existent IAM role or
  • OR Principal not allowed to take IAM role.

While this IAM role is being created by Console GUI logic itself.

IAM Error during RDS Snapshot export to S3

Additional information

  1. Principal name specified by error is rds-export.aws.internal => Here internal is never seen in any examples cited in knowledge article.
  2. Related article in knowledge center about IAM role doesn't exists asks to specify correct Principal as export.rds.amazonaws.com instead of rds.amazonaws.com

To resolve this issue, make sure that the trust relationship specifies "export.rds.amazonaws.com” instead of “rds.amazonaws.com” in your IAM policy.
While here the Principal is specified as rds-export.aws.internal which seems to be an issue

没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则