Skip to content
This repository has been archived by the owner on Dec 24, 2019. It is now read-only.

Commit

Permalink
#7 allow autoscaling:DescribeScalingActivities
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Feb 11, 2017
1 parent 56f0ca4 commit 0f48747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/cloudformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Resources:
- {Action: 'ec2:Describe*', Effect: Allow, Resource: '*'}
- {Action: 'autoscaling:DescribeAutoScalingGroups', Effect: Allow, Resource: '*'}
- {Action: 'autoscaling:DescribeAutoScalingInstances', Effect: Allow, Resource: '*'}
- {Action: 'autoscaling:DescribeScalingActivities', Effect: Allow, Resource: '*'}
- {Action: 'autoscaling:SetDesiredCapacity', Effect: Allow, Resource: '*'}
- {Action: 'autoscaling:TerminateInstanceInAutoScalingGroup', Effect: Allow, Resource: '*'}
Version: '2012-10-17'
Expand Down

0 comments on commit 0f48747

Please sign in to comment.