Migrated to Gandi.net 25 Mar, 2012 Migrated to Gandi.net

For various reasons & non-reasons, I decided to move my domain from Nettigritty to Gandi.net.

As of this writing, the transition has been successful. With Nettigritty not my domain registrar, I also decided to move away from their hosting solution. If you have been following this blog, as noted here, here & here, this blog now runs as a Jekyll generated, Github hosted static site. I recently successfully experimented with Amazon’s S3 to run a static site.

Since this website does not have too much traffic I realize I don’t need a dedicated hosting solution. Therefore, for purposes of economy, speed & availability, I decided to run it off Amazon S3. So, this page you are seeing is now served off S3.

Getting here has not been completely straight forward, so the rest of this piece is a little chronicle of the extras:

  • DNS setup on Gandi.net from scratch.
  • Without a hosting provider, this site does not have a real A record. So, people who visit http://saicharan.in would then get an error message. As naked domains cannot be DNS mapped with CNAME records, a little digging around revealed wwwizer.com as a free(!) service for this very purpose. However, I also found that Google Apps also provides this service for Apps enabled sites. Since this domain has also been setup for Google Apps, I simply set up the appropriate A records as listed at on the dashboard page (warning: access restricted page). In summary, the DNS set up is:
    • saicharan.in. 10800 IN A 216.239.36.21
    • www.saicharan.in. 10800 IN CNAME saicharan.in.s3-website-us-east-1.amazonaws.com.
  • Set up S3 bucket, add bucket policy and enable bucket as a website. See this for details.
  • Wait for DNS entries to propagate.


Tags  ·   migration  ·   gandi.net  ·   Show Comments ▾


     
Original design for Tumblr crafted by Prashanth Kamalakanthan.
Adapted for Tumblr & Jekyll by Sai Charan. Customized theme available on Github.

Sai Charan's blog by Sai Charan is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Creative Commons License