Skip to content

Commit

Permalink
Permit S3 tagging for CloudFormation
Browse files Browse the repository at this point in the history
Avoid errors like this:
```
Resource handler returned message: "Encountered a permissions error performing a tagging operation, please add required tag permissions.
See https://repost.aws/knowledge-center/cloudformation-tagging-permission-error for how to resolve.
Resource handler returned message: "Access Denied (Service: S3, Status Code: 403, Request ID: GDYGC3TFW6806N9H, Extended Request ID: ...)"" (RequestToken: ..., HandlerErrorCode: UnauthorizedTaggingOperation)
```
  • Loading branch information
dagguh committed Apr 19, 2024
1 parent 6fddab3 commit 744f061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/iam-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"s3:DeleteObject",
"s3:GetObject",
"s3:ListBucket",
"s3:PutBucketTagging",
"s3:PutObject",
"s3:GetBucketPolicy",
"s3:PutBucketPolicy",
Expand Down

0 comments on commit 744f061

Please sign in to comment.