Skip to content

Commit

Permalink
Merge pull request #215 from tremble/tagging/dms
Browse files Browse the repository at this point in the history
Add support for tagging DMS Endpoints
  • Loading branch information
gravesm authored Jun 6, 2022
2 parents fa953b7 + 45e34bf commit 225917a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion aws/policy/data-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ Statement:
- Sid: AllowGlobalResourceRestrictedActionsWhichIncurNoFees
Effect: Allow
Action:
- dms:AddTagsToResource
- dms:CreateReplicationSubnetGroup
- dms:DeleteEndpoint
- dms:ModifyEndpoint
- dms:DeleteReplicationSubnetGroup
- dms:ListTagsForResource
- dms:ModifyEndpoint
- dms:ModifyReplicationSubnetGroup
- dms:RemoveTagsFromResource
- dynamodb:CreateTable
- dynamodb:DeleteItem
- dynamodb:DeleteTable
Expand Down Expand Up @@ -107,6 +110,7 @@ Statement:
- rds:PromoteReadReplicaDBCluster
- rds:CopyDBClusterSnapshot
Resource:
- 'arn:aws:dms:{{ aws_region }}:{{ aws_account_id }}:endpoint:*'
- 'arn:aws:dms:{{ aws_region }}:{{ aws_account_id }}:subgrp:*'
- 'arn:aws:dynamodb:{{ aws_region }}:{{ aws_account_id }}:table/*'
- 'arn:aws:elasticache:{{ aws_region }}:{{ aws_account_id }}:cluster:*'
Expand Down

0 comments on commit 225917a

Please sign in to comment.