Create DNS records for Reltio services
Learn how to create DNS records for Reltio services in AWS Route 53.
Ensure you have:
-
configured networking rules on AWS.
-
created a VPC endpoint for Reltio PrivateLink.
-
access to the Route 53 console.
For more information, see Configure networking rules on AWS.
Understanding Private DNS Override
AWS PrivateLink allows you to override public DNS resolution with private IP addresses. This configuration ensures that traffic to your Reltio environment stays within your VPC and uses the PrivateLink connection instead of the public internet.
{environment}.reltio.com).
Reltio's API gateway performs hostname-based routing. Custom hostnames are not supported.The following diagram shows how traffic flows through AWS PrivateLink to Reltio:
This procedure explains how to create a Route 53 private hosted zone that overrides public DNS resolution for your Reltio environment. It includes the following steps:
-
Get VPC endpoint network interface IP addresses: Before you create DNS records, identify the private IP addresses of the VPC endpoint's elastic network interfaces (ENIs).
-
Create a private hosted zone: Create a Route53 private hosted zone for the
reltio.comdomain. This will allow you to override DNS resolution for your specific Reltio environment while keeping other reltio.com sub-domains resolving publicly. -
Create an A record for your Reltio environment: Create an A record that overrides the public DNS for your specific Reltio environment host name.
-
Associate additional VPCs: If you need to access your Reltio environment from multiple VPCs, you can associate them with the same private hosted zone. Note that this is optional.
-
Test DNS Resolution: Verify that your environment resolves to private IP addresses and that connectivity succeeds.