fargatespawner icon indicating copy to clipboard operation
fargatespawner copied to clipboard

Question about `task-role` in documentation.

Open adpatter opened this issue 2 years ago • 0 comments

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>"**
      ]
    }

adpatter avatar Apr 01 '22 16:04 adpatter