From ffbc71a4bc16de49230c259089bea605628a1c58 Mon Sep 17 00:00:00 2001 From: mnbf9rca Date: Sat, 15 Jul 2017 11:11:12 +0100 Subject: [PATCH] corrected sample IAM policy --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6e9a76..9570ab0 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,8 @@ You can and should create an AWS IAM user, and attach just the minimum policy ne "Effect": "Allow", "Action": [ "route53:ListHostedZones", - "route53:ListHostedZonesByName" + "route53:ListHostedZonesByName", + "route53:ListResourceRecordSets" ], "Resource": "*" },