Skip to content

Commit bd128aa

Browse files
authored
Fix the IAM Policy permissions (#191)
1 parent c9f9055 commit bd128aa

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/deployment/aws/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ Escalator requires the following IAM policy to be able to properly integrate wit
1818
{
1919
"Effect": "Allow",
2020
"Action": [
21+
"autoscaling:AttachInstances",
2122
"autoscaling:DescribeAutoScalingGroups",
22-
"autoscaling:DescribeAutoScalingInstances",
23-
"autoscaling:DescribeLaunchConfigurations",
24-
"autoscaling:DescribeTags",
2523
"autoscaling:SetDesiredCapacity",
2624
"autoscaling:TerminateInstanceInAutoScalingGroup",
27-
"ec2:DescribeInstances",
28-
"ec2:DescribeLaunchTemplateVersions"
25+
"ec2:CreateFleet",
26+
"ec2:DescribeInstanceStatus",
27+
"ec2:DescribeInstances"
2928
],
3029
"Resource": "*"
3130
}

0 commit comments

Comments
 (0)