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

Keine Antworten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen