Skip to content

Commit

Permalink
Merge branch 'master' into opensearch
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-rosset authored Jan 28, 2022
2 parents 4412fea + 7c0b8ea commit b677f4a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws/policy/compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,13 @@ Statement:
- ec2:CreateKeyPair
- ec2:CreateLaunchTemplate
- ec2:CreateLaunchTemplateVersion
- ec2:CreatePlacementGroup
- ec2:CreateSnapshot
- ec2:CreateTags
- ec2:DeleteKeyPair
- ec2:DeleteLaunchTemplate
- ec2:DeleteLaunchTemplateVersions
- ec2:DeletePlacementGroup
- ec2:DeleteSnapshot
- ec2:DeleteTags
- ec2:DeregisterImage
Expand Down
3 changes: 3 additions & 0 deletions aws/policy/data-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ Statement:
- rds:DeleteDBClusterSnapshot
- rds:CreateDBSnapshot
- rds:DeleteDBSnapshot
- rds:DescribeExportTasks
- rds:StartExportTask
- rds:CancelExportTask
Resource:
- 'arn:aws:dms:{{ aws_region }}:{{ aws_account_id }}:subgrp:*'
- 'arn:aws:dynamodb:{{ aws_region }}:{{ aws_account_id }}:table/*'
Expand Down
1 change: 1 addition & 0 deletions aws/policy/security-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ Statement:
- 'arn:aws:iam::{{ aws_account_id }}:role/ansible-test-*'
# This is hard coded into DMS...
- 'arn:aws:iam::{{ aws_account_id }}:role/dms-vpc-role'
- 'arn:aws:iam::{{ aws_account_id }}:role/rds_export_task'
# This allows AWS Services to autmatically create their Default Service Linked Roles
# These have fixed policies and can only be assumed by the service itself.
- Sid: AllowServiceLinkedRoleCreation
Expand Down

0 comments on commit b677f4a

Please sign in to comment.