Skip to content
koenbok edited this page Apr 1, 2013 · 5 revisions

Route 53

... ALIAS

Any DNS Provider

  1. Make sure your bucket has the same name as your full domain name including www eg: www.mydomain.com

  2. With your DNS provider, create a CNAME record that points to the full s3 url:

    CNAME www.mydomain.com -> www.mydomain.com.s3-website-us-east-1.amazonaws.com

  3. The last step is to do a http redirect from your full domain to the www version:

    REDIRECT mydomain.com -> www.mydomain.com

  4. If your DNS provider does not support this, you can use wwwizer for free. Just create an A record to point to your full domain:

    A mydomain.com -> 174.129.25.170

Clone this wiki locally