Skip to content

Instantly share code, notes, and snippets.

@ravikyada
Created January 22, 2025 04:32
Show Gist options
  • Save ravikyada/da265ef115e5838bfedac9201db0a8dd to your computer and use it in GitHub Desktop.
Save ravikyada/da265ef115e5838bfedac9201db0a8dd 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