Questions tagged [route53]

39 questions
4
votes
1 answer

Can I retrieve historical Route53 (DNS) records?

Our DNS records on Amazon's Route 53 were inadvertently changed. Is there a way to see what all the records were yesterday? Or in general, is there a way to see historical DNS records?
Octopus
  • 526
  • 3
  • 12
4
votes
1 answer

ERR_TIMED_OUT when accessing S3 bucket by a custom domain that uses Route53

I have set up a static website by following this walkthrough: https://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-custom-domain-walkthrough.html I can see the website by accessing its bucket address…
Ali Alavi
  • 93
  • 7
4
votes
1 answer

How to use AWS S3 Route 53 with Gmail business domain?

I have a business domain hosted in google Daniels@mycompany.com and now I want to make my website hosted in AWS S3 hosting. Problem is that Route 53 in AWS console is asking to add 4 NS records, but I already have 5 MX records for Google email…
DanielsV
  • 141
  • 1
  • 3
3
votes
2 answers

Configuring an MX record for Amazon's Route 53

I am using Amazon Route 53 and have a correctly functioning A record pointing to an EC2 instance at mydomain.com.au with a Django stack running. My problem is, I tried to setup a Postfix mailserver but I could not receive mail, so I figured my…
justanotherdev
  • 33
  • 1
  • 1
  • 4
3
votes
0 answers

Point a domain (example.com) to subdomain (example.xyz.com) with Route53

I'm looking to point my root-level domain; example.com to a subdomain sub.xyz.example. The goal is that users visiting example.com should have all content loaded from sub.xyz.example; without any references to the latter. I've tried the following…
TheBigK
  • 131
  • 2
2
votes
1 answer

Dynamic IP address for website. Can it have negative impact on SEO?

We want to start using AWS elastic beanstalk + Route53 setup for hosting our website. The major problem is that AWS elastic beanstalk is load balancer and will return different IP addresses after each website deployment (but IP will always be in the…
2
votes
1 answer

Minimize downtime moving from godaddy to route 53

I have an A record in GoDaddy pointing to my web server. I want to move this now to Route 53. The last time I did this it took almost 48 hours to propagate. I think because of the order I did things. This is the process I think should hopefully…
Tom
  • 133
  • 1
  • 6
2
votes
1 answer

Route 53 configuration for root level domain

I have a Route 53 hosted zone set up with my domain name (e.g. example.com). I have configured the registrar's page with Amazon's name servers. After setting up an SSL certificate with Amazon Certificate Manager, I can set up a CNAME record that…
2
votes
1 answer

How to configure DNS for full site CDN with separate domains per each language?

I have website example.com. I want to serve it via Cloudfront CDN. It's a multilingual site with separate domains for each language version. The languages apply to only one predefined subdomain or domain, so either for example origin.example.com is…
2
votes
0 answers

How to use my shared host directory with aws route 53 subdomain?

I have my web application hosted on shared hosting provider(A2hosting). i need to link my web files on my shared hosting sever to a sub domain on aws route 53. can someone advice me for this?
Vishwa
  • 121
  • 2
2
votes
1 answer

Setting NS for Subdomain to Another Hosted Zone with Same Apex Domain

Suppose I own example.com. I delegate the subdomain www.example.com to a particular set of NS that is say a Route53 Hosted Zone. The rest of the example.com zone is not on R53 and contains important information for other subdomain/records. You can…
Yayati
  • 21
  • 1
2
votes
1 answer

AWS: pointing A record to load balancer on A record causes incoming email to stop functioning

I have a webserver running on an EC2. On that EC2 I'm receiving email. I've created a load balancer (ELB) directing traffic to EC2 In route 53: UPDATED A record for example.com to point to ELB UPDATED CNAME record for @.example.com to point to…
Ingcur
  • 41
  • 3
2
votes
1 answer

How to debug a non working https setup that uses Amazon S3, route53, Cloudfront?

I am setting up a static site with the following: content hosted on S3 (central Europe region) with a custom domain Cloudfront with https route53 for DNS setup redirect http to https redirect www to naked domain. I have acquired a SSL certificate…
Kev
  • 335
  • 1
  • 2
  • 9
1
vote
1 answer

Trying to understand white label nameserver aws route53

I'm having a problem understanding how "white label" nameservers might work, at Amazon Route53. Here is what I have: Domain destination.com is hosted at hosty.com and registrar has ns1.hosty.com and ns2.hosty.com as nameservers. Using alias A…
C C
  • 133
  • 6
1
vote
1 answer

CNAME record at AWS Route 53 DNS is landing on defaultwebpage.cgi

I have been trying to get this to work for hours. I have a WordPress multisite hosted on a shared server - but with a dedicated IP address for my WP installation, and my client sites are set up as subdomains inside of the WordPress network. So a…
C C
  • 133
  • 6
1
2 3