Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Add DescribeScalingActivities to the IAM documentation. (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinandj committed Mar 27, 2019
1 parent c52a6fa commit d97f052
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ The IAM role of the node that runs the minion-manager should have the following
"autoscaling:CreateLaunchConfiguration",
"autoscaling:DeleteLaunchConfiguration",
"autoscaling:DescribeLaunchConfigurations",
"autoscaling:DescribeAutoScalingGroups",
"autoscaling:TerminateInstanceInAutoScalingGroup",
"autoscaling:UpdateAutoScalingGroup",
"autoscaling:DescribeAutoScalingGroups",
"autoscaling:TerminateInstanceInAutoScalingGroup",
"autoscaling:UpdateAutoScalingGroup",
"autoscaling:DescribeScalingActivities",
"iam:PassRole"
],
"Resource": [
Expand Down

0 comments on commit d97f052

Please sign in to comment.