From dc503a85a75bcd19c1eacb9f3b9df4ba46e08f6c Mon Sep 17 00:00:00 2001 From: shubham82 Date: Mon, 9 Oct 2023 13:15:46 +0530 Subject: [PATCH] Backport #5373 [CA] AWS - Update Docs all actions IAM policy into CA1.24 --- cluster-autoscaler/cloudprovider/aws/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster-autoscaler/cloudprovider/aws/README.md b/cluster-autoscaler/cloudprovider/aws/README.md index 94f6528b9447..8ff085004146 100644 --- a/cluster-autoscaler/cloudprovider/aws/README.md +++ b/cluster-autoscaler/cloudprovider/aws/README.md @@ -47,6 +47,7 @@ should be updated to restrict the resources/add conditionals: "autoscaling:DescribeAutoScalingGroups", "autoscaling:DescribeAutoScalingInstances", "autoscaling:DescribeLaunchConfigurations", + "autoscaling:DescribeScalingActivities", "ec2:DescribeInstanceTypes", "ec2:DescribeLaunchTemplateVersions" ], @@ -407,7 +408,7 @@ To refresh static list, please run `go run ec2_instance_types/gen.go` under ## Using the AWS SDK vendored in the AWS cloudprovider -If you want to use a newer version of the AWS SDK than the version currently vendored as a direct dependency by Cluster Autoscaler, then you can use the version vendored under this AWS cloudprovider. +If you want to use a newer version of the AWS SDK than the version currently vendored as a direct dependency by Cluster Autoscaler, then you can use the version vendored under this AWS cloudprovider. The current version vendored is `v1.44.24`.