Skip to content

Instantly share code, notes, and snippets.

@ravikyada
Created August 2, 2024 06:02
Show Gist options
  • Save ravikyada/452cb3c0c4320dd7c2a0def73fe4f1d4 to your computer and use it in GitHub Desktop.
Save ravikyada/452cb3c0c4320dd7c2a0def73fe4f1d4 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"route53:ChangeResourceRecordSets",
"route53:ListResourceRecordSets"
],
"Resource": [
"arn:aws:route53:::hostedzone/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment