Skip to content

Commit

Permalink
Merge pull request #184 from alinabuzachis/policy_rds_cluster_snapshot
Browse files Browse the repository at this point in the history
Add policy for rds_cluster_snapshot
  • Loading branch information
jillr authored Jan 14, 2022
2 parents dd5c1eb + 0e7f6b4 commit 5648a34
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 @@ -96,6 +96,8 @@ Statement:
- rds:CreateOptionGroup
- rds:ModifyOptionGroup
- rds:DeleteOptionGroup
- rds:CreateDBClusterSnapshot
- rds:DeleteDBClusterSnapshot
- rds:CreateDBSnapshot
- rds:DeleteDBSnapshot
Resource:
Expand All @@ -115,6 +117,7 @@ Statement:
- 'arn:aws:rds:{{ aws_region }}:{{ aws_account_id }}:og:*'
- 'arn:aws:dms:{{ aws_region }}:{{ aws_account_id }}:endpoint:*'
- 'arn:aws:rds:{{ aws_region }}:{{ aws_account_id }}:snapshot:*'
- 'arn:aws:rds:{{ aws_region }}:{{ aws_account_id }}:cluster-snapshot:*'
- Sid: AllowGlobalRestrictedResourceActionsWhichIncurFees
Effect: Allow
Action:
Expand Down

0 comments on commit 5648a34

Please sign in to comment.