Skip to content

Commit

Permalink
Merge pull request #2 from mnbf9rca/master correct sample IAM policy
Browse files Browse the repository at this point in the history
Add required 'route53:ListResourceRecordSets' to sample IAM policy
  • Loading branch information
whereisaaron authored Jul 17, 2017
2 parents 390053a + ffbc71a commit 08faf00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
},
Expand Down

0 comments on commit 08faf00

Please sign in to comment.