doc: add ListHostedZones and GetChange to policy

fixes #23
This commit is contained in:
Girish Ramakrishnan
2016-09-05 23:09:40 -07:00
parent 6beaa914d1
commit fda8afa73d

View File

@@ -104,6 +104,16 @@ The supported regions are:
"arn:aws:route53:::hostedzone/<hosted zone id>"
]
},
{
"Effect": "Allow",
"Action": [
"route53:ListHostedZones",
"route53:GetChange"
],
"Resource": [
"*"
]
},
{
"Effect": "Allow",
"Action": "s3:*",