1. 3

    I’m working on migrating a couple Meteor apps to Amazon Web Services from an IaaS provider. We’re going to use Terraform to have infrastructure-as-code, which is awesome. Going with the hashicorp theme, we’re also going to use Packer to create images to actually deploy the apps.

    So, I’m learning a lot about AWS, Terraform, and Packer, and whipping up some bash scripts to further automate things. Also, contributed a couple pull requests to Terraform - no clue if they’ll be accepted or not, because I’ve never touched golang before, but the functionality seems to work!