Skip to content

Commit

Permalink
Fix the IAM Policy permissions (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
haugenj authored May 28, 2020
1 parent c9f9055 commit bd128aa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/deployment/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ Escalator requires the following IAM policy to be able to properly integrate wit
{
"Effect": "Allow",
"Action": [
"autoscaling:AttachInstances",
"autoscaling:DescribeAutoScalingGroups",
"autoscaling:DescribeAutoScalingInstances",
"autoscaling:DescribeLaunchConfigurations",
"autoscaling:DescribeTags",
"autoscaling:SetDesiredCapacity",
"autoscaling:TerminateInstanceInAutoScalingGroup",
"ec2:DescribeInstances",
"ec2:DescribeLaunchTemplateVersions"
"ec2:CreateFleet",
"ec2:DescribeInstanceStatus",
"ec2:DescribeInstances"
],
"Resource": "*"
}
Expand Down

0 comments on commit bd128aa

Please sign in to comment.