From aa41e0843b6beaf4e4f711f5cce6839a1deffa82 Mon Sep 17 00:00:00 2001 From: Maciej Kwidzinski Date: Mon, 22 Apr 2024 11:31:54 +0200 Subject: [PATCH] Mark `iam:TagRole` as needed --- src/main/resources/iam-policy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/iam-policy.json b/src/main/resources/iam-policy.json index 15104d7..92d1d78 100644 --- a/src/main/resources/iam-policy.json +++ b/src/main/resources/iam-policy.json @@ -43,6 +43,7 @@ "iam:PassRole", "iam:PutRolePolicy", "iam:RemoveRoleFromInstanceProfile", + "iam:TagRole", "s3:CreateBucket", "s3:DeleteBucket", "s3:DeleteObject",