Skip to content

Commit

Permalink
update documentation - new (ec2:DescribeImages) permission is needed …
Browse files Browse the repository at this point in the history
…to run app)
  • Loading branch information
Andrzej Wiśniewski committed Feb 19, 2024
1 parent 75ed5de commit 08a2700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Create AWS role named `eks-nk-ami-updater` within below policy:
"Effect": "Allow",
"Action": [
"ec2:DescribeRegions",
"ec2:DescribeImages",
"ec2:DescribeLaunchTemplateVersions",
"ec2:RunInstances",
"ec2:CreateTags"
Expand Down

0 comments on commit 08a2700

Please sign in to comment.