summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
Diffstat (limited to 'hacking')
-rw-r--r--hacking/aws_config/testing_policies/redshift-policy.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/hacking/aws_config/testing_policies/redshift-policy.json b/hacking/aws_config/testing_policies/redshift-policy.json
new file mode 100644
index 0000000000..bb73cef802
--- /dev/null
+++ b/hacking/aws_config/testing_policies/redshift-policy.json
@@ -0,0 +1,20 @@
+{
+ "Version": "2012-10-17",
+ "Statement": [
+ {
+ "Sid": "AllowRedshiftManagment",
+ "Action": [
+ "redshift:CreateCluster",
+ "redshift:CreateTags",
+ "redshift:DeleteCluster",
+ "redshift:DeleteTags",
+ "redshift:DescribeClusters",
+ "redshift:DescribeTags",
+ "redshift:ModifyCluster",
+ "redshift:RebootCluster"
+ ],
+ "Effect": "Allow",
+ "Resource": "*"
+ }
+ ]
+}