Skip to content

Commit

Permalink
Allow CreateDBCluster with subnet group (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
goneri authored Feb 20, 2023
1 parent e907bdd commit f5bbeff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/policy/data-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Statement:
- redshift:CreateCluster
Resource:
- 'arn:aws:rds:{{ aws_region }}:{{ aws_account_id }}:cluster:*'
- 'arn:aws:rds:{{ aws_region }}:{{ aws_account_id }}:subgrp:*'
- 'arn:aws:elasticache:{{ aws_region }}:{{ aws_account_id }}:cluster:*'
- 'arn:aws:elasticache:{{ aws_region }}:{{ aws_account_id }}:subnetgroup:*'
- 'arn:aws:elasticache:{{ aws_region }}:{{ aws_account_id }}:parametergroup:*'
Expand Down

0 comments on commit f5bbeff

Please sign in to comment.