Questions tagged [amazon-route53]

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.

Docs

2591 questions
169
votes
7 answers

RRSet of type CNAME with DNS name foo.com. is not permitted at apex in zone bar.com

I own foo.com and bar.com. I am managing both in Route53. foo.com hosts my site, and I'd like to direct traffic from bar.com to foo.com. I tried to set up a CNAME record for bar.com pointing to foo.com, but I got the error message: RRSet of type…
fredley
  • 32,953
  • 42
  • 145
  • 236
161
votes
5 answers

Set up DNS based URL forwarding in Amazon Route53

I'm trying to setup forwarding in Amazon Route53. My last DNS service (Nettica) allowed me to route requests to "aws.example.com" to "https://myaccount.signin.aws.amazon.com/console/". Is this functionality supported by Route53? How does Nettica…
Saurav
  • 3,096
  • 3
  • 19
  • 12
107
votes
10 answers

CloudFront distribution not showing as Route53 alias target

I’m trying to add a route 53 record set that points to my cloudfront distribution. However, when I select ‘create record set’ in route 53 and click the alias target in the subsequent panel, the cloud front distribution is not listed. All I get is…
LDJ
  • 6,896
  • 9
  • 52
  • 87
89
votes
7 answers

Exporting DNS zonefile from Amazon Route 53

I would like to export a DNS zonefile from my Amazon Route 53 setup. Is this possible, or can zonefiles only be created manually? (e.g. through http://www.zonefile.org/?lang=en)
casparjespersen
  • 3,460
  • 5
  • 38
  • 63
84
votes
2 answers

Cloudfront redirect www to naked domain with ssl

Forgive me if this has been asked before, there are a number of resources that touch on this, but nothing seems to fit for my specific (https) use-case. I'm trying to redirect https://www.example.com to https://example.com. Likewise, this should…
Marc Greenstock
  • 11,278
  • 4
  • 30
  • 54
63
votes
7 answers

How to move a domain from Godaddy to AWS Route 53

Since Godaddy went down for some hours my client and I are very upset and want to change everything to AWS. Everything is done so far, only the domains (blablabla.com) are missing, I'm having a hard time trying to migrate from godaddy to Route 53,…
RollRoll
  • 8,133
  • 20
  • 76
  • 135
60
votes
7 answers

Does it make sense to have an Amazon Elastic Load Balancer with just one EC2 instance?

My question is simple. Does it make sense to have an Amazon Elastic Load Balancer (ELB) with just one EC2 instance? If I understood right, ELB will switch traffic between EC2 instances. However, I have just one EC2 instance. So, does it make…
Rober
  • 5,868
  • 17
  • 58
  • 110
60
votes
6 answers

How do I redirect a naked (apex) domain to www using Route 53?

I need to do a 301 redirect from example.com to www.example.com using Route 53 (and S3 if necessary). There are a few solutions for similar problems but they either do not address how to redirect from the apex or they simply don't work. When I…
Barrett Kuethen
  • 1,864
  • 7
  • 25
  • 33
56
votes
1 answer

What does the dualstack prefix mean in AWS ELB?

When I add an ELB as Alias Target in AWS Route 53, it automatically adds the dualstack prefix to my ELB DNS. What does this represent? When I try dig, both returns the same endpoints. Note: This is an internal load balancer.
Nithin Satheesan
  • 1,546
  • 3
  • 17
  • 30
55
votes
6 answers

How do you put up a maintenance page for AWS when your instances are behind an ELB?

How do you put up a maintenance page in AWS when you want to deploy new versions of your application behind an ELB? We want to have the ELB route traffic to the maintenance instance while the new auto-scaled instances are coming up, and only "flip…
BestPractices
  • 12,738
  • 29
  • 96
  • 140
54
votes
4 answers

Cross Account Alias Records

Is it possible to create an Alias record in Route 53 to a resource in another AWS account? Use Case: I have 2 AWS accounts. My domain is configured with a hosted zone in account A and I have an ELB in account B. I want to create a record to my ELB…
mickzer
  • 5,958
  • 5
  • 34
  • 57
53
votes
1 answer

Can I have a route53 subdomain in a different Hosted Zone?

I have foo.com as a Hosted Zone with an A, NS, SOA, TXT and MX Record Sets. It works fine. Now I want a separate test.foo.com with an A entry but I want it in a separate Hosted Zone. Is it possible? If I put an A record in foo.com's Hosted Zone with…
ddreian
  • 1,766
  • 5
  • 21
  • 29
52
votes
9 answers

Redirect to index.html for S3 subfolder

I have a domain example.com. I have a S3 bucket named example.com setup with an index.html file that works. Now I like to create two subfolders called old and new, each containing a separate version of a single page application. Requesting…
g3blv
  • 3,877
  • 7
  • 38
  • 51
49
votes
7 answers

Have Route 53 point to an instance instead of an IP or CNAME?

We're using Route 53 DNS to point to an EC2 instance. Is there any way to get Route 53 to point to the instance directly, instead of to an Elastic IP or CNAME? I have multiple reasons for this: I don't want to burn an IP. CNAMEs are unreliable,…
ccleve
  • 15,239
  • 27
  • 91
  • 157
43
votes
4 answers

How to forward http request to https in Amazon Route53?

I have a subdomain in Amazon Route53. Let's say secure.example.com If requests come like https://secure.example.com it is ok but I would like to force http requests to come through https. When user types http://secure.example.com it needs to be…
huzeyfe
  • 3,554
  • 6
  • 39
  • 49
1
2 3
99 100