AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53Resolver::ResolverEndpoint

Route53Resolver ResolverEndpoint

Resource type definition for AWS::Route53Resolver::ResolverEndpoint

Properties

11 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Direction
string
RequiredCreate-only
IpAddresses
Array<IpAddressRequest>
Required
SecurityGroupIds
Array<string>
RequiredCreate-only
Name
string
OutpostArn
string
Create-only
PreferredInstanceType
string
Create-only
Protocols
Array<string>
ResolverEndpointType
string
RniEnhancedMetricsEnabled
boolean
Tags
Array<Tag>
TargetNameServerMetricsEnabled
boolean

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the resolver endpoint, such as arn:aws:route53resolver:us-east-1:123456789012:resolver-endpoint/resolver-endpoint-a1bzhi.
HostVPCIdstringThe ID of the VPC that you want to create the resolver endpoint in.
IpAddressCountstringThe number of IP addresses that the resolver endpoint can use for DNS queries.
ResolverEndpointIdstringThe ID of the resolver endpoint.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53Resolver::ResolverEndpoint

Resources:
  MyResource:
    Type: AWS::Route53Resolver::ResolverEndpoint
    Properties:
      Direction: "value"
      IpAddresses: []
      SecurityGroupIds: "my-securitygroupids"
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

route53resolver:CreateResolverEndpointroute53resolver:GetResolverEndpointroute53resolver:ListResolverEndpointIpAddressesroute53resolver:ListTagsForResourceroute53resolver:TagResourceroute53resolver:UntagResourceec2:CreateNetworkInterfaceec2:DescribeNetworkInterfaces

read

route53resolver:GetResolverEndpointroute53resolver:ListResolverEndpointIpAddressesroute53resolver:ListTagsForResource

update

route53resolver:AssociateResolverEndpointIpAddressroute53resolver:DisassociateResolverEndpointIpAddressroute53resolver:GetResolverEndpointroute53resolver:ListResolverEndpointIpAddressesroute53resolver:ListTagsForResourceroute53resolver:TagResourceroute53resolver:UntagResourceroute53resolver:UpdateResolverEndpoint

delete

route53resolver:DeleteResolverEndpointroute53resolver:GetResolverEndpointec2:DeleteNetworkInterfaceec2:DescribeNetworkInterfaces

list

route53resolver:ListResolverEndpoints

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRoute53Resolver
Properties15
Required3
TaggingSupported
Primary IDResolverEndpointId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DirectionOutpostArnPreferredInstanceTypeSecurityGroupIds

External Links