fargatespawner
fargatespawner copied to clipboard
Question about `task-role` in documentation.
In the documentation the PassRole Action includes the resource arn:aws:iam::<aws_account_id>:role/<task-role>
. What is this resource referring to? Our implementation is working without defining this resource.
{
"Sid": "",
"Effect": "Allow",
"Action": "iam:PassRole",
"Resource": [
"arn:aws:iam::<aws_account_id>:role/<task-execution-role>",
**"arn:aws:iam::<aws_account_id>:role/<task-role>"**
]
}