bonclay7 / aws-amicleaner

Cleanup your old unused ami and related snapshots
MIT License
362 stars 132 forks source link

Fix IAM Permissions #82

Closed tedivm closed 6 years ago

tedivm commented 6 years ago

The existing permissions on this page did not have the appropriate "autoscaling" actions and was two restrictive in it's resource list (some functions, such as DescribeAutoScalingGroups, require * permissions to work).

codecov-io commented 6 years ago

Codecov Report

Merging #82 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #82   +/-   ##
======================================
  Coverage    90.9%   90.9%           
======================================
  Files          11      11           
  Lines         759     759           
======================================
  Hits          690     690           
  Misses         69      69

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 718dbd8...33fb1b3. Read the comment docs.

bonclay7 commented 6 years ago

Thanks for the contribution !