1

In this post it says its best to use CNAME only for Ec2 / route 53 setup: EC2/Route53: How do I assign my new domain name to an instance?.

However, I added:

*.mysite.org. CNAME ec2-174-129-38-xxx.compute-1.amazonaws.com. 

...to my Route 53 DNS config and **www.**mysite.org works but mysite.org does not and the site 301's to non-www (mysite.org) so essentially nothing works.

Am I missing something? I guess I DO need an A record to the elastic IP?

1 Answer 1

0

Yes, you need an A record. CNAMEs can't be used for the root record of a domain.

2
  • Added A record and its working. thx. So what is Eric reffering to here?: serverfault.com/a/363294/100787 Commented Mar 18, 2012 at 0:45
  • Note that he's talking about www.example.com, not example.com. Commented Mar 18, 2012 at 1:33

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.