dynamic-route53/dns-update-policy.json

27 lines
621 B
JSON
Raw Normal View History

2017-02-06 04:43:06 -05:00
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"route53:ChangeResourceRecordSets",
"route53:GetHostedZone",
"route53:ListResourceRecordSets"
],
"Effect": "Allow",
"Resource": [
"arn:aws:route53:::hostedzone/[ZONEID]",
]
},
{
"Action": [
"route53:ListHostedZones",
"ec2:DescribeInstances"
],
"Effect": "Allow",
"Resource": [
"*"
]
}
]
}