starMeet Us at   SaaStr AI 2025   SF Bay Area,US   |   13 - 15 May, 2025

Guide to Adding TXT, MX, and CNAME Records in AWS Route 53

Published
Categorized as Knowledge Base

Subscribe Now

    I allow Wyzard to send me regular updates and marketing communication as per its policy.

    Prerequisites

    • An AWS account with access to Route 53.
    • A hosted zone created for your domain.

    Steps to Add Records

    Log in to AWS Management Console:

    • Navigate to https://console.aws.amazon.com/route53/.

      Log in to AWS Management Console:

      • Navigate to https://console.aws.amazon.com/route53/.

        Access Hosted Zones:

        • In the Route 53 dashboard, select “Hosted Zones” from the left navigation pane.
        • Click on the hosted zone for your domain (e.g., example.com).

          Create a Record:

          • Click the “Create record” button.

            Adding a TXT Record

            • Record Name: Enter the subdomain (e.g., sub for sub.example.com) or leave blank (or use @) for the root domain.
            • Record Type: Select TXT from the dropdown.
            • Value: Enter the text value in quotes (e.g., “v=spf1 include:_spf.google.com ~all”).
            • TTL: Set a Time to Live (e.g., 3600 seconds).
            • Routing Policy: Leave as “Simple” (default).
            • Click “Create records”.

            Adding an MX Record

            • Record Name: Leave blank (or use @) for the root domain or specify a subdomain.
            • Record Type: Select MX from the dropdown.
            • Value: Enter the priority and mail server, one per line (e.g., 10 mail.example.com or 1 aspmx.l.google.com.). Ensure a trailing dot (.) for fully qualified domain names (FQDNs).
            • TTL: Set to 3600 seconds (or as needed).
            • Click “Create records”.

            Adding a CNAME Record

            • Record Name: Enter the subdomain (e.g., www for www.example.com).
            • Record Type: Select CNAME from the dropdown.
            • Value: Enter the target domain (e.g., example.com. or d111111abcdef8.cloudfront.net.). Include a trailing dot for FQDNs.
            • TTL: Set to 3600 seconds.
            • Click “Create records”.

            Reference

            Video: Add MX Record (DNS) in Amazon Route 53
            Docs: Link

            Notes

            • Propagation Time: DNS changes may take anywhere from a few minutes to 48 hours to propagate across the internet, depending on TTL settings and DNS provider.
            • Verification: Use tools like dig (e.g., dig example.com TXT) or nslookup to verify records after adding them.
            • Trailing Dots: AWS and GCP often require trailing dots for FQDNs (e.g., example.com.), while Azure and GoDaddy typically do not.

            This guide ensures you can configure DNS records efficiently. For specific use cases (e.g., email setup, domain verification), refer to the service provider’s documentation.


            Other blogs

            The latest industry news, interviews, technologies, and resources.

            May 8, 2025

            Why Every Business Needs an AI Marketing Copilot

            In this ever-competing world of digital marketing, where everything keeps changing, it's having a partner you can trust that ...

            Read Image

            May 6, 2025

            Guide to Adding TXT, MX, and CNAME Records in GoDaddy DNS

            Prerequisites A GoDaddy account with a registered domain. Access to the Domain Portfolio. Steps to Add Records Log in ...

            Read Image

            Guide to Adding TXT, MX, and CNAME Records in Azure DNS

            Prerequisites An Azure account with a subscription. A DNS zone created for your domain. Steps to Add Records Log ...

            Read Image

            Subscribe to learn about new product features, the latest in technology, solutions, and updates.

            Leave a comment