Reputation: 3608
I want to have my Amazon Transcoder post a notification to a SNS topic when some events happen, but unfortunately I'm getting an error message when I try to select the existing topic from the "Edit Pipeline" page: "Role ARN is invalid: does not start with arn"
I'm not sure what I'm doing wrong, apparently it seems pretty straightforward. Here's the steps I've done:
What am I doing wrong?
Thanks in advance
Upvotes: 1
Views: 430
Reputation: 6635
This seems to be a rather weird UI bug in the AWS console.
When you edit your pipeline to set the SNS topic, the select box for the pipelines IAM role is incorrectly set to -- Console Default Role --
(it should be Elastic_Transcoder_Default_Role
. The entries beginning with --
probably shouldn't be selectable at all!)
Now, when saving the form, this will cause the error. This is not related to the selection of the Topic, as it might seem.
By changing the Role back to Elastic_Transcoder_Default_Role
the error goes away.
Upvotes: 2