{"id":1326,"date":"2025-05-06T12:23:29","date_gmt":"2025-05-06T12:23:29","guid":{"rendered":"https:wyzard.local\/?p=1326"},"modified":"2025-07-16T06:42:54","modified_gmt":"2025-07-16T06:42:54","slug":"guide-to-adding-txt-mx-and-cname-records-in-aws-route-53","status":"publish","type":"post","link":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/","title":{"rendered":"Guide to Adding TXT, MX, and CNAME Records in AWS Route 53"},"content":{"rendered":"\n<p><strong>Prerequisites<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>An AWS account with access to Route 53.<\/li>\n\n\n\n<li>A hosted zone created for your domain.<\/li>\n<\/ul>\n\n\n\n<p><strong>Steps to Add Records<\/strong><\/p>\n\n\n\n<p>Log in to AWS Management Console:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Navigate to https:\/\/console.aws.amazon.com\/route53\/.<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li><\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXd6BB61eKOquW9b3sa_eGe6UUxtvkbqV-jE9FmiU7ZL5tisOMsjmnGfZW9Es5NfukF1ZKQCCeEJ3WqjuwETjgAO8X_pIJGSv-20ZpBI6-_L4e8yiM8OTXiFFoOnVfKk6o12SRg9Wg?key=Y6_ibzXDfvNFti-ivCMEgJY2\" alt=\"\"\/><\/figure>\n\n\n\n<p>Log in to AWS Management Console:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Navigate to https:\/\/console.aws.amazon.com\/route53\/.<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li><\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXd6BB61eKOquW9b3sa_eGe6UUxtvkbqV-jE9FmiU7ZL5tisOMsjmnGfZW9Es5NfukF1ZKQCCeEJ3WqjuwETjgAO8X_pIJGSv-20ZpBI6-_L4e8yiM8OTXiFFoOnVfKk6o12SRg9Wg?key=Y6_ibzXDfvNFti-ivCMEgJY2\" alt=\"\"\/><\/figure>\n\n\n\n<p><strong>Access Hosted Zones<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In the Route 53 dashboard, select &#8220;Hosted Zones&#8221; from the left navigation pane.<\/li>\n\n\n\n<li>Click on the hosted zone for your domain (e.g., example.com).<\/li>\n<\/ul>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><\/li>\n<\/ol>\n\n\n\n<p><strong>Create a Record<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Click the &#8220;Create record&#8221; button.<\/li>\n<\/ul>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li><\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXd5vGZT8RhJfejtMSxZIasewpUPhvHq_Vvd654T8oZ0lbn6N1FGY_Px_B7_je_DpC5-lwenEsjxLeVx8TtLJVZWUukxbi6uQgQ_fa8eb2Fu6j5RPG9oTowv7VRGdjY2D_53iNDrsQ?key=Y6_ibzXDfvNFti-ivCMEgJY2\" alt=\"\"\/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><\/h4>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Adding a TXT Record<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Record Name<\/strong>: Enter the subdomain (e.g., sub for sub.example.com) or leave blank (or use @) for the root domain.<\/li>\n\n\n\n<li><strong>Record Type<\/strong>: Select TXT from the dropdown.<\/li>\n\n\n\n<li><strong>Value<\/strong>: Enter the text value in quotes (e.g., &#8220;v=spf1 include:_spf.google.com ~all&#8221;).<\/li>\n\n\n\n<li><strong>TTL<\/strong>: Set a Time to Live (e.g., 3600 seconds).<\/li>\n\n\n\n<li><strong>Routing Policy<\/strong>: Leave as &#8220;Simple&#8221; (default).<\/li>\n\n\n\n<li>Click &#8220;Create records&#8221;.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXfEM6cyHj8XoXqt3x308POs-r3m053HKwZVNk-CoIxH4em-VCEwPPpOWoDs-4iP6UgMLEqqJZ555LexJ_HgIElmHwSSFmd0GAX_hlssLQgqWT9xvALHcYkN3DlTyHGIB6C_axhg?key=Y6_ibzXDfvNFti-ivCMEgJY2\" alt=\"\"\/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Adding an MX Record<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Record Name<\/strong>: Leave blank (or use @) for the root domain or specify a subdomain.<\/li>\n\n\n\n<li><strong>Record Type<\/strong>: Select MX from the dropdown.<\/li>\n\n\n\n<li><strong>Value<\/strong>: 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).<\/li>\n\n\n\n<li><strong>TTL<\/strong>: Set to 3600 seconds (or as needed).<\/li>\n\n\n\n<li>Click &#8220;Create records&#8221;.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXcIf01qPLtbrUXpL5J7EN4DEXcnVTWsR8vUM5Xds1_tWg074yFRPi8CSTuTE3dd3FRvDmWGxQgrzek61kYmgXMRVdQaZ7_-FoBSEvKC0GNJG_DBM7UbRGhmr7amDmi1JXqS1F8oiA?key=Y6_ibzXDfvNFti-ivCMEgJY2\" alt=\"\"\/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Adding a CNAME Record<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Record Name<\/strong>: Enter the subdomain (e.g., www for www.example.com).<\/li>\n\n\n\n<li><strong>Record Type<\/strong>: Select CNAME from the dropdown.<\/li>\n\n\n\n<li><strong>Value<\/strong>: Enter the target domain (e.g., example.com. or d111111abcdef8.cloudfront.net.). Include a trailing dot for FQDNs.<\/li>\n\n\n\n<li><strong>TTL<\/strong>: Set to 3600 seconds.<\/li>\n\n\n\n<li>Click &#8220;Create records&#8221;.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXeC6RRO_JYfBTcYX5ReoGY-yz4m5lR5qtp-6SW4g3mQz7fiyRNpWJ0TsQxqONHkrvbReIUG1_unX0ItAcbDRywCcS3viulIE6lxmCALSR4h77tokMPcDPJaxKdsZV14W140sc-8BA?key=Y6_ibzXDfvNFti-ivCMEgJY2\" alt=\"\"\/><\/figure>\n\n\n\n<p><strong>Reference<\/strong><\/p>\n\n\n\n<p><strong>Video<\/strong>: <a href=\"https:\/\/www.youtube.com\/watch?v=bNxJGL6HkMI\">Add MX Record (DNS) in Amazon Route 53<\/a><br><strong>Docs<\/strong>: <a href=\"https:\/\/docs.aws.amazon.com\/Route53\/latest\/DeveloperGuide\/resource-record-sets-creating.html\">Link<\/a><\/p>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 counter-hierarchy ez-toc-counter ez-toc-black ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title ez-toc-toggle\" style=\"cursor:pointer\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #fcfcfc;color:#fcfcfc\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #fcfcfc;color:#fcfcfc\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/#Notes\" >Notes<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Notes\"><\/span><strong>Notes<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Propagation Time<\/strong>: DNS changes may take anywhere from a few minutes to 48 hours to propagate across the internet, depending on TTL settings and DNS provider.<\/li>\n\n\n\n<li><strong>Verification<\/strong>: Use tools like dig (e.g., dig example.com TXT) or nslookup to verify records after adding them.<\/li>\n\n\n\n<li><strong>Trailing Dots<\/strong>: AWS and GCP often require trailing dots for FQDNs (e.g., example.com.), while Azure and GoDaddy typically do not.<\/li>\n<\/ul>\n\n\n\n<p>This guide ensures you can configure DNS records efficiently. For specific use cases (e.g., email setup, domain verification), refer to the service provider\u2019s documentation.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Prerequisites Steps to Add Records Log in to AWS Management Console: Log in to AWS Management Console: Access Hosted Zones: Create a Record: Adding a TXT Record Adding an MX Record Adding a CNAME Record Reference Video: Add MX Record (DNS) in Amazon Route 53Docs: Link Notes This guide ensures you can configure DNS records&hellip; <a class=\"more-link\" href=\"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/\">Continue reading <span class=\"screen-reader-text\">Guide to Adding TXT, MX, and CNAME Records in AWS Route 53<\/span><\/a><\/p>\n","protected":false},"author":12,"featured_media":1340,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[60],"tags":[],"class_list":["post-1326","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-kb","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Guide to Adding TXT, MX, and CNAME Records in AWS Route 53 - Wyzard \u2014 The Signal-to-Revenue AI<\/title>\n<meta name=\"description\" content=\"Follow this AWS Route 53 DNS record guide to add TXT, MX, and CNAME entries for domain validation, email setup, and chatbot linking.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Guide to Adding TXT, MX, and CNAME Records in AWS Route 53 - Wyzard \u2014 The Signal-to-Revenue AI\" \/>\n<meta property=\"og:description\" content=\"Follow this AWS Route 53 DNS record guide to add TXT, MX, and CNAME entries for domain validation, email setup, and chatbot linking.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/\" \/>\n<meta property=\"og:site_name\" content=\"Wyzard \u2014 The Signal-to-Revenue AI\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-06T12:23:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-16T06:42:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wyzard.ai\/blog\/wp-content\/uploads\/2025\/05\/blog.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Vivek kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vivek kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\\\/\"},\"author\":{\"name\":\"Vivek kumar\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#\\\/schema\\\/person\\\/c9c4ba685e6e3285673db3c1a680491f\"},\"headline\":\"Guide to Adding TXT, MX, and CNAME Records in AWS Route 53\",\"datePublished\":\"2025-05-06T12:23:29+00:00\",\"dateModified\":\"2025-07-16T06:42:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\\\/\"},\"wordCount\":378,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/blog.png\",\"articleSection\":[\"Knowledge Base\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\\\/\",\"url\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\\\/\",\"name\":\"Guide to Adding TXT, MX, and CNAME Records in AWS Route 53 - Wyzard \u2014 The Signal-to-Revenue AI\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/blog.png\",\"datePublished\":\"2025-05-06T12:23:29+00:00\",\"dateModified\":\"2025-07-16T06:42:54+00:00\",\"description\":\"Follow this AWS Route 53 DNS record guide to add TXT, MX, and CNAME entries for domain validation, email setup, and chatbot linking.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/blog.png\",\"contentUrl\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/blog.png\",\"width\":800,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Guide to Adding TXT, MX, and CNAME Records in AWS Route 53\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/\",\"name\":\"Wyzard.ai\",\"description\":\"Wyzard \u2014 The Signal-to-Revenue AI\",\"publisher\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#organization\",\"name\":\"Wyzard.ai - AI Marketing Co-Pilot\",\"url\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/cropped-BETA-LOGO.png\",\"contentUrl\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/cropped-BETA-LOGO.png\",\"width\":172,\"height\":39,\"caption\":\"Wyzard.ai - AI Marketing Co-Pilot\"},\"image\":{\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/wyzardai\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/#\\\/schema\\\/person\\\/c9c4ba685e6e3285673db3c1a680491f\",\"name\":\"Vivek kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/13bf1a9dbb123c3ad32001c49f6228c321d779276ef3da503de3633f1575681e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/13bf1a9dbb123c3ad32001c49f6228c321d779276ef3da503de3633f1575681e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/13bf1a9dbb123c3ad32001c49f6228c321d779276ef3da503de3633f1575681e?s=96&d=mm&r=g\",\"caption\":\"Vivek kumar\"},\"sameAs\":[\"https:\\\/\\\/wyzard.ai\\\/blog\\\/\"],\"url\":\"https:\\\/\\\/wyzard.ai\\\/blog\\\/author\\\/vivekkumar\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Guide to Adding TXT, MX, and CNAME Records in AWS Route 53 - Wyzard \u2014 The Signal-to-Revenue AI","description":"Follow this AWS Route 53 DNS record guide to add TXT, MX, and CNAME entries for domain validation, email setup, and chatbot linking.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/","og_locale":"en_US","og_type":"article","og_title":"Guide to Adding TXT, MX, and CNAME Records in AWS Route 53 - Wyzard \u2014 The Signal-to-Revenue AI","og_description":"Follow this AWS Route 53 DNS record guide to add TXT, MX, and CNAME entries for domain validation, email setup, and chatbot linking.","og_url":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/","og_site_name":"Wyzard \u2014 The Signal-to-Revenue AI","article_published_time":"2025-05-06T12:23:29+00:00","article_modified_time":"2025-07-16T06:42:54+00:00","og_image":[{"width":800,"height":400,"url":"https:\/\/wyzard.ai\/blog\/wp-content\/uploads\/2025\/05\/blog.png","type":"image\/png"}],"author":"Vivek kumar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Vivek kumar","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/#article","isPartOf":{"@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/"},"author":{"name":"Vivek kumar","@id":"https:\/\/wyzard.ai\/blog\/#\/schema\/person\/c9c4ba685e6e3285673db3c1a680491f"},"headline":"Guide to Adding TXT, MX, and CNAME Records in AWS Route 53","datePublished":"2025-05-06T12:23:29+00:00","dateModified":"2025-07-16T06:42:54+00:00","mainEntityOfPage":{"@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/"},"wordCount":378,"commentCount":0,"publisher":{"@id":"https:\/\/wyzard.ai\/blog\/#organization"},"image":{"@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/#primaryimage"},"thumbnailUrl":"https:\/\/wyzard.ai\/blog\/wp-content\/uploads\/2025\/05\/blog.png","articleSection":["Knowledge Base"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/","url":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/","name":"Guide to Adding TXT, MX, and CNAME Records in AWS Route 53 - Wyzard \u2014 The Signal-to-Revenue AI","isPartOf":{"@id":"https:\/\/wyzard.ai\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/#primaryimage"},"image":{"@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/#primaryimage"},"thumbnailUrl":"https:\/\/wyzard.ai\/blog\/wp-content\/uploads\/2025\/05\/blog.png","datePublished":"2025-05-06T12:23:29+00:00","dateModified":"2025-07-16T06:42:54+00:00","description":"Follow this AWS Route 53 DNS record guide to add TXT, MX, and CNAME entries for domain validation, email setup, and chatbot linking.","breadcrumb":{"@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/#primaryimage","url":"https:\/\/wyzard.ai\/blog\/wp-content\/uploads\/2025\/05\/blog.png","contentUrl":"https:\/\/wyzard.ai\/blog\/wp-content\/uploads\/2025\/05\/blog.png","width":800,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/wyzard.ai\/blog\/guide-to-adding-txt-mx-and-cname-records-in-aws-route-53\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wyzard.ai\/blog\/"},{"@type":"ListItem","position":2,"name":"Guide to Adding TXT, MX, and CNAME Records in AWS Route 53"}]},{"@type":"WebSite","@id":"https:\/\/wyzard.ai\/blog\/#website","url":"https:\/\/wyzard.ai\/blog\/","name":"Wyzard.ai","description":"Wyzard \u2014 The Signal-to-Revenue AI","publisher":{"@id":"https:\/\/wyzard.ai\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wyzard.ai\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wyzard.ai\/blog\/#organization","name":"Wyzard.ai - AI Marketing Co-Pilot","url":"https:\/\/wyzard.ai\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wyzard.ai\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/wyzard.ai\/blog\/wp-content\/uploads\/2024\/05\/cropped-BETA-LOGO.png","contentUrl":"https:\/\/wyzard.ai\/blog\/wp-content\/uploads\/2024\/05\/cropped-BETA-LOGO.png","width":172,"height":39,"caption":"Wyzard.ai - AI Marketing Co-Pilot"},"image":{"@id":"https:\/\/wyzard.ai\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/wyzardai\/"]},{"@type":"Person","@id":"https:\/\/wyzard.ai\/blog\/#\/schema\/person\/c9c4ba685e6e3285673db3c1a680491f","name":"Vivek kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/13bf1a9dbb123c3ad32001c49f6228c321d779276ef3da503de3633f1575681e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/13bf1a9dbb123c3ad32001c49f6228c321d779276ef3da503de3633f1575681e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/13bf1a9dbb123c3ad32001c49f6228c321d779276ef3da503de3633f1575681e?s=96&d=mm&r=g","caption":"Vivek kumar"},"sameAs":["https:\/\/wyzard.ai\/blog\/"],"url":"https:\/\/wyzard.ai\/blog\/author\/vivekkumar\/"}]}},"_links":{"self":[{"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/posts\/1326","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/comments?post=1326"}],"version-history":[{"count":0,"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/posts\/1326\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/media\/1340"}],"wp:attachment":[{"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/media?parent=1326"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/categories?post=1326"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wyzard.ai\/blog\/wp-json\/wp\/v2\/tags?post=1326"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}