/
Permissions in AWS Route 53 for Bi-directional Synchronization
Permissions in AWS Route 53 for Bi-directional Synchronization
The following permissions are required in AWS Route 53 for bi-directional synchronization:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"route53:CreateHostedZone",
"route53:GetHostedZone",
"route53:ListHostedZones",
"route53:ChangeResourceRecordSets",
"route53:ListVPCAssociationAuthorizations",
"route53:ListResourceRecordSets",
"route53:DeleteHostedZone",
"route53:UpdateHostedZoneComment",
"route53:ListTagsForResources",
"ec2:DescribeRegions",
"ec2:DescribeVpcs",
"route53:ListQueryLoggingConfigs",
"route53:ListTrafficPolicyInstancesByHostedZone"
],
"Resource": "*"
}
]
}
Related content
Permissions required in AWS Route 53 for Read-only access
Permissions required in AWS Route 53 for Read-only access
More like this
Permissions in AWS Route 53 for Cloud Forwarding
Permissions in AWS Route 53 for Cloud Forwarding
More like this
Configuring the IAM User
Configuring the IAM User
More like this