Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
rds:describedbsnapshotattributes was missing from the policy (#843)
Browse files Browse the repository at this point in the history
* rds:describedbsnapshotattributes was missing from the policy

* Updated secmonkey_role_setup.py script to include the rds:describedbsnapshotattributes role
  • Loading branch information
sysboy authored and Patrick Kelley committed Oct 20, 2017
1 parent 3f28dc7 commit f9dfe69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/iam_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ You will need to create this role in all AWS accounts that you want to monitor.
"rds:describedbinstances",
"rds:describedbsecuritygroups",
"rds:describedbsnapshots",
"rds:describedbsnapshotattributes",
"rds:describedbsubnetgroups",
"redshift:describeclusters",
"route53:listhostedzones",
Expand Down
1 change: 1 addition & 0 deletions scripts/secmonkey_role_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"rds:describedbinstances",
"rds:describedbsecuritygroups",
"rds:describedbsnapshots",
"rds:describedbsnapshotattributes",
"rds:describedbsubnetgroups",
"redshift:describeclusters",
"route53:listhostedzones",
Expand Down

0 comments on commit f9dfe69

Please sign in to comment.