Skip to content

Commit

Permalink
Add ListBucket action in IAM permissions. (awslabs#1844)
Browse files Browse the repository at this point in the history
  • Loading branch information
YngveMolnes authored and mebays committed Jul 26, 2024
1 parent 247f5af commit 8453d66
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/usage/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,13 @@ To build the EKS Optimized AMI, you will need the following permissions:
{
"Effect": "Allow",
"Action": [
"s3:GetObject"
"s3:GetObject",
"s3:ListBucket"
],
"Resource": "arn:aws:s3:::amazon-eks/*"
"Resource": [
"arn:aws:s3:::amazon-eks/*",
"arn:aws:s3:::amazon-eks"
]
}
]
}
Expand Down

0 comments on commit 8453d66

Please sign in to comment.