Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marcelobrake/d40f8324ebaf5624e69783d46529bc4f to your computer and use it in GitHub Desktop.
Save marcelobrake/d40f8324ebaf5624e69783d46529bc4f to your computer and use it in GitHub Desktop.

Revisions

  1. marcelobrake created this gist May 21, 2020.
    17 changes: 17 additions & 0 deletions MinimumAutoScalingClusterPermissions.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    {
    "Version": "2012-10-17",
    "Statement": [
    {
    "Effect": "Allow",
    "Action": [
    "autoscaling:DescribeAutoScalingGroups",
    "autoscaling:DescribeAutoScalingInstances",
    "autoscaling:DescribeLaunchConfigurations",
    "autoscaling:SetDesiredCapacity",
    "autoscaling:TerminateInstanceInAutoScalingGroup",
    "autoscaling:DescribeTags"
    ],
    "Resource": "*"
    }
    ]
    }