Merge pull request #8442 from borgstrom/patch-1
iam:GetInstanceProfile is now required
This commit is contained in:
commit
2b4a6f0479
|
@ -202,7 +202,10 @@ work, but specifics will depend on your use-case.
|
|||
{
|
||||
"Sid": "PackerIAMPassRole",
|
||||
"Effect": "Allow",
|
||||
"Action": "iam:PassRole",
|
||||
"Action": [
|
||||
"iam:PassRole",
|
||||
"iam:GetInstanceProfile"
|
||||
],
|
||||
"Resource": [
|
||||
"*"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue