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

沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南