From 257f8e0e7a63df7b6e6b67a2bc405e23c5f3e1f6 Mon Sep 17 00:00:00 2001 From: Craig Gill Date: Tue, 24 Jan 2017 15:16:02 -0600 Subject: [PATCH] Fixing IAM policy so it will validate properly in IAM polices --- sample-aws-policy.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sample-aws-policy.json b/sample-aws-policy.json index 1af66c8..d7b1c74 100644 --- a/sample-aws-policy.json +++ b/sample-aws-policy.json @@ -1,6 +1,5 @@ { "Version": "2012-10-17", - "Id": "letsencrypt-route53 sample policy", "Statement": [ { "Effect": "Allow", @@ -17,7 +16,7 @@ "Effect": "Allow", "Action": [ "route53:List*", - "route53:Get*", + "route53:Get*" ], "Resource": [ "*"