{ | |
"Version": "2012-10-17", | |
"Id": "certbot-route53 sample policy", | |
"Statement": [ | |
{ | |
"Effect": "Allow", | |
"Action": [ | |
"route53:ListHostedZones", | |
"route53:GetChange" | |
], | |
"Resource": [ | |
"*" | |
] | |
}, | |
{ | |
"Effect" : "Allow", | |
"Action" : [ | |
"route53:ChangeResourceRecordSets" | |
], | |
"Resource" : [ | |
"arn:aws:route53:::hostedzone/YOURHOSTEDZONEID" | |
] | |
} | |
] | |
} |