route53resolver:AssociateResolverEndpointIpAddress is a Write access-level action in the route53resolver service. Grants permission to associate a specified IP address with a Resolver endpoint. This is an IP address that DNS queries pass through on the way to your network (outbound) or your VPCs (inbound)
ARNs that route53resolver:AssociateResolverEndpointIpAddress can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants route53resolver:AssociateResolverEndpointIpAddress.
Filters access by the presence of tag key-value pairs attached to the resource
To use route53resolver:AssociateResolverEndpointIpAddress you may also need to grant:
A minimal policy that allows route53resolver:AssociateResolverEndpointIpAddress. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowRoute53resolverAssociateResolverEndpointIpAddress",
"Effect": "Allow",
"Action": "route53resolver:AssociateResolverEndpointIpAddress",
"Resource": "*"
}
]
}