Guest User

Untitled

a guest
Jul 27th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. {
  2. "Statement": [
  3. {
  4. "Action": [
  5. "route53:ChangeResourceRecordSets",
  6. "route53:GetHostedZone",
  7. "route53:ListResourceRecordSets"
  8. ],
  9. "Effect": "Allow",
  10. "Resource": [
  11. "arn:aws:route53:::hostedzone/<your hosted zone id>"
  12. ]
  13. }
  14. ]
  15. }
Add Comment
Please, Sign In to add comment