<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Noir</title>
    <description>The latest articles on DEV Community by Noir (@bout_myself).</description>
    <link>https://dev.to/bout_myself</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F615840%2Fcf5112fb-e4a0-41ff-b3f6-8316f242f2e5.png</url>
      <title>DEV Community: Noir</title>
      <link>https://dev.to/bout_myself</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bout_myself"/>
    <language>en</language>
    <item>
      <title>Using Netlify DNS with domains registered with Route53 </title>
      <dc:creator>Noir</dc:creator>
      <pubDate>Sat, 17 Apr 2021 14:32:04 +0000</pubDate>
      <link>https://dev.to/bout_myself/using-netlify-dns-with-domains-registered-with-route53-32de</link>
      <guid>https://dev.to/bout_myself/using-netlify-dns-with-domains-registered-with-route53-32de</guid>
      <description>&lt;p&gt;Web services sometimes require custom domains, and so do apps hosted with Netlify. Domains are not necessarily hosted with the same platform to host apps, so in this article, I note the name server problem to keep apps from being connected with your domains.&lt;/p&gt;

&lt;h1&gt;
  
  
  Problem: I cannot access sites through apex domains although I have set name servers
&lt;/h1&gt;

&lt;p&gt;i. e. I can only access sites through domains with subdomains (&lt;code&gt;www&lt;/code&gt;)&lt;/p&gt;

&lt;p&gt;When you can see NS records set like the screenshot below, you might have set name servers incorrectly.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LfvDutzh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/artxtqy5hp6brsld7kos.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LfvDutzh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/artxtqy5hp6brsld7kos.png" alt="S"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To ensure that what name servers are set, you can run &lt;code&gt;whois &amp;lt;your domain&amp;gt; | grep -i "name server"&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;As &lt;a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-name-servers-glue-records.html#updating-name-servers-other-dns-service"&gt;this article&lt;/a&gt; explains steps when using external DNS, you should set Netlify name servers on the domain detail page&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2RMAo5J8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qyiwbsb7pgz2wypfbmfm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2RMAo5J8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qyiwbsb7pgz2wypfbmfm.png" alt="S"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>netlify</category>
      <category>route53</category>
      <category>aws</category>
    </item>
  </channel>
</rss>
