We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f9055 commit bd128aaCopy full SHA for bd128aa
docs/deployment/aws/README.md
@@ -18,14 +18,13 @@ Escalator requires the following IAM policy to be able to properly integrate wit
18
{
19
"Effect": "Allow",
20
"Action": [
21
+ "autoscaling:AttachInstances",
22
"autoscaling:DescribeAutoScalingGroups",
- "autoscaling:DescribeAutoScalingInstances",
23
- "autoscaling:DescribeLaunchConfigurations",
24
- "autoscaling:DescribeTags",
25
"autoscaling:SetDesiredCapacity",
26
"autoscaling:TerminateInstanceInAutoScalingGroup",
27
- "ec2:DescribeInstances",
28
- "ec2:DescribeLaunchTemplateVersions"
+ "ec2:CreateFleet",
+ "ec2:DescribeInstanceStatus",
+ "ec2:DescribeInstances"
29
],
30
"Resource": "*"
31
}
0 commit comments