Questions tagged [amazon-route53]

Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.

Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service. It is designed to give developers and businesses an extremely reliable and cost effective way to route end users to Internet applications by translating human readable names like www.example.com into the numeric IP addresses like 192.0.2.1 that computers use to connect to each other.

608 questions
-1
votes
2 answers

Recommended method for routing www to zone apex (naked domain) using AWS Route 53

In my AWS Route 53 control panel I simply have 2 A records currently set up for the 'www' and the 'non www' names. Both point to the Elastic IP address associated with my EC2 Instance. This works well and my website is available at both variations…
-1
votes
1 answer

Nameserver not updating client cache

I've changed nameserver records for my domain name, migrating the dns to AWS Route53. I've updated the dns a week ago, changing the value for the cname record "mail.". I can see it working fine while other members of the team still see the old…
-1
votes
1 answer

DNS address switched, but clients still hitting the old server

I have a non HTTP server I run for supporting a popular VOIP/WebRtc protocol. Server "A" is the old server. Server "B" is the new server. Both can run independently, but do the same thing. Server "B" is fully ready to go as the replacement for "A".…
selbie
  • 261
  • 4
  • 7
-1
votes
1 answer

How long should it take for google to authenticate a DKIM TXT DNS entry?

Does anyone know how long it takes for google to authenticate a DKIM TXT DNS entry? The entry sits in AWS Route53 and the record is correctly saved, the record is only on a 10 second TTL. Google seems to be happy with reading the record. But... it…
John
  • 887
  • 4
  • 15
  • 25
-1
votes
1 answer

different AWS accounts manage different subdomains

I've checked this answer but it didn't help. I'm moving example.biz to R53 zone in one AWS account ("parent") and want to manage subdomain api.example.biz in another ("child") account. I've created api.example.biz in the child acc: Then I took…
-1
votes
2 answers

AWS SOA record from AWS to Cloudflare

I purchase a domain with AWS to try it out and edited the NS records with CloudFlare records, but I also have another entry for SOA, this is it: Record type SOA – Start of authority record ns-501.awsdns-62.com. awsdns-hostmaster.amazon.com…
-1
votes
1 answer

Changed my NS record in Route53 to point to wix's NS, but now want to revert ... how do I find the original NS values?

My domain is registered with Route53. I have a wix website, which I'm using as my SaaS app's landing page. I will have a subdomain for my SaaS application app.mywebsite.com. My plan will be to use an A record to point to a S3 bucket to serve the…
friartuck
  • 99
  • 1
-2
votes
1 answer

Intermittent DNS failures

We have intermittent DNS failures. Upon troubleshooting we found from our server, (where the domain is pointed to) gives connection timeout when queried against few TLD ns. Ex: dig domain @tldns (Connection timed out;; no servers can be…
-2
votes
1 answer

Multi DNS provider setup

If I setup DNS records for a zone to sync between AWS Route53 and Cloudflare, do I set the nameservers at my registar to both Cloudflare nameservers (brad.ns.cloudflare.com, beth.ns.cloudflare.com) and AWS route53 nameservers (ns-1232.awsdns-26.org,…
Justin
  • 5,328
  • 19
  • 64
  • 84
-2
votes
1 answer

When I type in the domain i bought from Godaddy it resolves to my wordpress from EC2 but it then switches to the Elastic IP for that EC2 instance?

Image: https://i.stack.imgur.com/Fvi7X.jpg I created an elastic IP so the public IP would be fixed. I then attached the A type with @ name in Godaddy and the 4 servers for custom nameservers as you can see in the picture. When I type in my domain…
-2
votes
1 answer

Domain without Nameservers- how to find them

I am a bit new to the servers. I still want to ask one question, and yes I know its a noob question but still... So I bought one domain from amazon AWS. The domain name is droni-bg.eu. Do you know how can I check the correct namespaces and SOA for…
strash
  • 99
  • 6
-2
votes
1 answer

How to Map IP to doamin name in AWS

I have an IP e.g. http://11.x.x.35/xy/index.php, how can I map it to a domain e.g. xyz.xz.com in Route53. I don't want to map simple IP, I want to map IP given in above sequence without any redirection in .htaccess, is there any way???? Thanx
-2
votes
1 answer

Are name servers enough to point a domain to an S3 bucket host?

I recently bought three domains via some site, planning on pointing them to an S3 bucket. The first one I succeeded in doing so, because I added both name servers, an A record, and a CNAME for the subdomain (www). Those I got from Amazon Route 53 (I…
Yeats
  • 99
  • 3
-2
votes
1 answer

Nginx server_name is set to mydomain.com, so why is www.mydomain.com getting served too?

I have my Nginx conf set up as follows: server { listen 443 ssl; server_name mydomain.com; ... } When I load https://mydomain.com, the site loads fine. But when I load https://www.mydomain.com, the site loads as well. Why is this…
-2
votes
2 answers

Which AWS EC2 region is the best for hosting a global site?

I'm looking for a suggestion to choose a region for a global site(Not targetted for any specific country/region). At the moment I'm looking for a simpler solution without having multiple replicas in different regions. So I'm wondering if anybody…
1 2 3
40
41