up vote 2 down vote favorite
1
share [g+] share [fb]

I have a bucket on Amazon S3. Lets call it "webstatic.mydomain.com". I have a DNS alias setup for that bucket webstatic.mydomain.com CNAME -> web-static.mydomain.com.s3.amazonaws.com.

This all works great, however for some rather complicated reasons I now need:

webstatic.myOtherDomain.com to point to that same amazon bucket so:

webstatic.myOtherDomain.com CNAME -> web-static.mydomain.com.s3.amazonaws.com.

Fails, as the bucket is not called the same as the referring DNS. Can anyone tell me how to have two different DNS entries pointing to the same amazon bucket?

link|improve this question

50% accept rate
feedback

1 Answer

You can make webstatic.myOtherDomain.com a CNAME to webstatic.mydomain.com. It will be a double CNAME but it should work.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.