Skip to content

Commit

Permalink
Add ec2:DescribeLaunchTemplateVersions to CA IAM policy
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Oct 20, 2021
1 parent 924e68c commit 7b3fc87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/model/iam/iam_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ func AddClusterAutoscalerPermissions(p *Policy) {
"autoscaling:DescribeAutoScalingGroups",
"autoscaling:DescribeAutoScalingInstances",
"autoscaling:DescribeLaunchConfigurations",
"ec2:DescribeLaunchTemplateVersions",
)
}

Expand Down

0 comments on commit 7b3fc87

Please sign in to comment.