Other articles


  1. Hosting Static Content with SSL in S3

    I have been generally very happy with using AWS S3 in concert with static site generators (I'm currently focused on the Python-powered Pelican). But AWS is a bit arcane, and SSL is pretty arcane, too, so the combination was a little rough, but I've finally figured it out. I got …

    read more
  2. Deployment of Static Sites on S3

    Amazon Web Services "Simple Storage Service" or S3 is probably the cheapest and easiest way to serve static web content. There are 3 requirements:

    1. Your S3 bucket is set to host html content.
    2. Route 53 is configured to route traffic to your domain. (Although you could use a domain redirect …
    read more

links

social