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
-2
votes
1 answer

dig shows SERVFAIL , while pointing at nameserver works fine

somewhat similar to this thread, I faced with a problem where dig blah.net (for the sake of simplicity let's call it blah.net) returns status: SERVFAIL This DNS zone is hosted on route53, and I use GoDaddy as registrar - which points to NS records…
Mahyar
  • 107
  • 4
-3
votes
1 answer

Delete subdomain from AWS Route 53 using Bash script

I want to write a bash script to delete the subdomain name in Route 53. I have given access to my ec2 server by using $ echo "[Credentials]" > ~/.boto $ echo "AWS_ACCESS_KEY_ID=key" >> ~/.boto $ echo "AWS_SECRET_ACCESS_KEY=secret" >> ~/.boto $…
-3
votes
1 answer

Procedure for GoDaddy and AWS Route53

My boss host a domain e.g. example.com in GoDaddy. (I do not have access to GoDaddy this case) In AWS, I want to setup a load-balancer (ELB) and point to 2 EC2 servers. Unfortunately, I can't setup "@" A record to ELB due to DNS features. I want to…
-3
votes
1 answer

How to set up a CNAME DNS record that will be corresponding to an external website (using Amazon AWS)

I created an instance of Ubuntu on EC2 and added the DNSs from goddady. I have a page which I want to create an "Alias CNAME" to it. So when entering dashboard.example.com - instead of having this in the URL: app.web-app.com I'll be having…
Rick Sanchez
  • 241
  • 1
  • 2
  • 11
-3
votes
2 answers

Amazon Route 53 www record

I'm looking to move our current dns to route 53 due to some limitations with our provider. Currently we have A records with network solutions for: www @ (None) * (All others) other subdomains... From intial looks at the route 53 interface there…
Daniel Powell
  • 76
  • 2
  • 14
-4
votes
1 answer

Need information about AWS four name servers

I have hosted few zones on AWS Route53. They assigned me four name servers to setup in my DNS records. When I geolocated those name servers, all of them appear to be located in the same place. Are all of them installed in one place, or different…
rohit
  • 11
-4
votes
1 answer

http://www.example.com addresses fail, example.com succeeds - apache/route53

This one is really weird. I've got an Apache web server running on Ubuntu 14.04 with DNS provided by AWS's Route53. When I point a browser (or CURL in a console) to example.com with the http://www in front, the request fails. CURL returns curl:…
dlanced
  • 247
  • 1
  • 4
  • 13
-5
votes
1 answer

AWS Server - holds 4 sites after DNS change 1 sites A record does not change

I have an amazon AWS server running Ubuntu. It currently holds 4 websites, and I changed the DNS for these sites at 08:00 this morning. It is now 15:30 in the afternoon, I set the TTL down to 60 however : 3 of the 4 sites have propagated. 1 of the 4…
1 2 3
40
41