Skip to content

Commit

Permalink
Add policy for rds snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <[email protected]>
  • Loading branch information
alinabuzachis committed Jan 5, 2022
1 parent 39fea80 commit 4a035e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws/policy/data-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ Statement:
- rds:CreateOptionGroup
- rds:ModifyOptionGroup
- rds:DeleteOptionGroup
- rds:CreateDBSnapshot
- rds:DeleteDBSnapshot
Resource:
- 'arn:aws:dms:{{ aws_region }}:{{ aws_account_id }}:subgrp:*'
- 'arn:aws:dynamodb:{{ aws_region }}:{{ aws_account_id }}:table/*'
Expand Down

0 comments on commit 4a035e6

Please sign in to comment.