Skip to content

Commit

Permalink
Fix issue aws-quickstart#531
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaydenov authored Nov 3, 2022
1 parent c03512b commit 9544154
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/addons/cluster-autoscaler/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ export class ClusterAutoScalerAddOn extends HelmAddOn {
"autoscaling:DescribeTags",
"autoscaling:SetDesiredCapacity",
"autoscaling:TerminateInstanceInAutoScalingGroup",
"ec2:DescribeLaunchTemplateVersions"
"ec2:DescribeLaunchTemplateVersions",
"ec2:DescribeInstanceTypes"
);

const autoscalerPolicyDocument = new iam.PolicyDocument({
Expand Down

0 comments on commit 9544154

Please sign in to comment.