Skip to content
Discussion options

You must be logged in to vote

The PowerUserAccess policy is a managed policy by amazon - it comes with permissions for everything except actions related to iam, accounts, and organizations. So since you need iam::PassRole, this is not allowed with the PowerUserAccess permission set.

You need an additional policy which will allow for iam::PassRole on your task arn. AmazonECS_FullAccess will grant this, and AmazonECSTaskExecutionRolePolicy will not.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@franck102
Comment options

Answer selected by franck102
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants