From 7887e0967b2e579dbb33eb7e340ea089b725ccc3 Mon Sep 17 00:00:00 2001 From: AJ Bahnken Date: Mon, 12 Feb 2018 13:24:00 -0800 Subject: [PATCH] Add new required policies to README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8747cf7..d03952f 100644 --- a/README.md +++ b/README.md @@ -114,9 +114,15 @@ The below policy will allow you to run all AWS tests in pytest-services against { "Sid": "PytestServicesReadOnly", "Action": [ + "autoscaling:DescribeLaunchConfigurations", "ec2:DescribeInstances", "ec2:DescribeSecurityGroups", "ec2:DescribeVolumes", + "elasticache:DescribeCacheClusters", + "elb:DescribeLoadBalancers", + "elbv2:DescirbeLoadBalancers", + "es:DescirbeElasticsearchDomains", + "es:ListDomainNames", "iam:GetLoginProfile", "iam:ListAttachedGroupPolicies", "iam:ListAttachedUserPolicies", @@ -126,11 +132,12 @@ The below policy will allow you to run all AWS tests in pytest-services against "iam:ListUserPolicies", "iam:ListUsers", "rds:DescribeDbInstances", + "rds:DescribeDbSecurityGroups", "rds:DescribeDbSnapshotAttributes", "rds:DescribeDbSnapshots", - "rds:DescribeDbSecurityGroups", "rds:ListTagsForResource", "redshift:DescribeClusterSecurityGroups", + "redshift:DescribeClusters", "s3:GetBucketAcl", "s3:GetBucketCORS", "s3:GetBucketLogging",