Skip to content

Commit

Permalink
Enable stopping, starting, and rebooting of RDS clusters (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
jillr authored Jul 5, 2023
1 parent 3244b43 commit 3e3591b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aws/policy/data-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,12 @@ Statement:
- rds:CreateDBInstance
- rds:ModifyDBInstance
- rds:DeleteDBInstance
- rds:StopDBCluster
- rds:StopDBInstance
- rds:StartDBCluster
- rds:StartDBInstance
- rds:PromoteReadReplica
- rds:RebootDBCluster
- rds:RebootDBInstance
- rds:ListTagsForResource
- rds:ModifyDBCluster
Expand Down

0 comments on commit 3e3591b

Please sign in to comment.