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

Commit

Permalink
Improve IAM formatting. (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinandj committed Mar 27, 2019
1 parent d97f052 commit 8379376
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ The IAM role of the node that runs the minion-manager should have the following
"Sid": "kopsK8sMinionManager",
"Effect": "Allow",
"Action": [
"ec2:DescribeInstances",
"ec2:TerminateInstances",
"ec2:DescribeSpotPriceHistory",
"autoscaling:CreateLaunchConfiguration",
"autoscaling:DeleteLaunchConfiguration",
"autoscaling:DescribeLaunchConfigurations",
"autoscaling:DescribeAutoScalingGroups",
"autoscaling:TerminateInstanceInAutoScalingGroup",
"autoscaling:UpdateAutoScalingGroup",
"autoscaling:DescribeScalingActivities",
"iam:PassRole"
"ec2:DescribeInstances",
"ec2:TerminateInstances",
"ec2:DescribeSpotPriceHistory",
"autoscaling:CreateLaunchConfiguration",
"autoscaling:DeleteLaunchConfiguration",
"autoscaling:DescribeLaunchConfigurations",
"autoscaling:DescribeAutoScalingGroups",
"autoscaling:TerminateInstanceInAutoScalingGroup",
"autoscaling:UpdateAutoScalingGroup",
"autoscaling:DescribeScalingActivities",
"iam:PassRole"
],
"Resource": [
"*"
Expand Down

0 comments on commit 8379376

Please sign in to comment.