Skip to content

Commit

Permalink
Update DynamoDB permissions
Browse files Browse the repository at this point in the history
List/Remove tags
Manage backups
  • Loading branch information
tremble committed Sep 20, 2021
1 parent d200871 commit 56aa212
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions aws/policy/data-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,19 @@ Statement:
- dms:ModifyEndpoint
- dms:DeleteReplicationSubnetGroup
- dms:ModifyReplicationSubnetGroup
- dynamodb:GetItem
- dynamodb:CreateTable
- dynamodb:DeleteItem
- dynamodb:DeleteTable
- dynamodb:DescribeContinuousBackups
- dynamodb:GetItem
- dynamodb:ListTables
- dynamodb:ListTagsOfResource
- dynamodb:PutItem
- dynamodb:TagResource
- dynamodb:UntagResource
- dynamodb:UpdateContinuousBackups
- dynamodb:UpdateItem
- dynamodb:CreateTable
- dynamodb:DeleteTable
- dynamodb:UpdateTable
- dynamodb:TagResource
- elasticache:AddTagsToResource
- elasticache:CreateCacheSecurityGroup
- elasticache:CreateCacheSubnetGroup
Expand Down

0 comments on commit 56aa212

Please sign in to comment.