I have a domain registered with Route53 (AWS). I'm trying to connect it as my Custom Domain on a Shopify store.
I update the A record and the CNAME record with the following values.
- @, A, 23.227.38.65
- www, CNAME, shops.myshopify.com
Despite setting these records up and going through the domain verification settings in Shopify, I'm unable to get the DNS to properly resolve and direct traffic to my Shopify store. Instead, the browser always just says:
server IP address could not be found.
Is there something I'm missing on the AWS/Route53 side? It's in a Public Hosted Zone, so I don't believe I need to create any inbound VPC rules or security group configurations.
Any help would be greatly appreciated!
RESOLVED.
In the Name servers settings of the domain, I had to update them to the same NS records that Route53 had generated within the DNS settings. Once done everything started working after a few minutes.