Skip to content

Commit

Permalink
corrected sample IAM policy
Browse files Browse the repository at this point in the history
  • Loading branch information
mnbf9rca authored Jul 15, 2017
1 parent 390053a commit ffbc71a
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 ffbc71a

Please sign in to comment.