{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "route53:CreateHostedZone",
                "route53:GetHostedZone",
                "route53:ListTagsForResource",
                "route53:GetChange",
                "route53:DeleteHostedZone",
                "route53:ChangeTagsForResource"
            ],
            "Resource": "*"
        }
    ]
}