evilbrian.com - Brian's Waste of Time

Example domain paragraphs

Jumped out of order from my earlier checklist and set up some automagic build and deploy. I’d wanted an excuse to try out CodePipeline , so this was it!

So, how does this blog work? It is deployed to an S3 bucket ( skife.org ) with CloudFront in front of it. CloudFront is set up to use the free SNI certs to provide TLS. Previously, I pushed manually via s3cmd , which worked well with some incantation fiddling.

I won’t write a full CodeBuild and CodeDeploy tutorial, Amazon has that well covered, but a couple bits were funny to work out, so will talk about those.