This message was deleted.
# general
s
This message was deleted.
g
I've been getting this lately: "roles": [DEPRECATED] Use
role
instead. Only a single role can be passed to an IAM Instance Profile
b
The role is being created -- but it's not being associated to the EventTarget -- I don't see why not. any ideas?
I figured it out.. I had to add the following to the pipelineExecutionRole
Copy code
"Service": [
   "<http://codepipeline.amazonaws.com|codepipeline.amazonaws.com>",
   "<http://events.amazonaws.com|events.amazonaws.com>"                                ]
😎 1