diff options
Diffstat (limited to 'hacking')
-rw-r--r-- | hacking/aws_config/testing_policies/database-policy.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hacking/aws_config/testing_policies/database-policy.json b/hacking/aws_config/testing_policies/database-policy.json index fb5ad477ad..39fd43ac49 100644 --- a/hacking/aws_config/testing_policies/database-policy.json +++ b/hacking/aws_config/testing_policies/database-policy.json @@ -89,6 +89,17 @@ "Resource": "*" }, { + "Sid": "AllowRDSSubnetGroups", + "Effect": "Allow", + "Action": [ + "rds:CreateDBSubnetGroup", + "rds:DeleteDBSubnetGroup", + "rds:DescribeDBSubnetGroups", + "rds:ModifyDBSubnetGroup" + ], + "Resource": ["*"] + }, + { "Sid": "DMSEndpoints", "Effect": "Allow", "Action": [ |