Automation on Tom's noteshttps://totallytotally.io/tags/automation/Recent content in Automation on Tom's notesHugo -- gohugo.ioen-usSun, 17 Feb 2019 00:00:00 +0000WinOps - Automating the setup of develoment environment on a windows pchttps://totallytotally.io/post/winops/Sun, 17 Feb 2019 00:00:00 +0000https://totallytotally.io/post/winops/Something that I’ve gotten accustomed to over the last few years of using linux and macOs systems is being able to quickly rebuild my computer and setup custom development environments without having to lookup all the settings I like. I knew this was possible in windows, but was a little nervous about the differences in package management and the extra fun of wanting to use WSL. Why WSL is awesome I find it much easier to navigate a system, and perform development related tasks from the command line.Infrastructure as Code and AWShttps://totallytotally.io/post/sslonaws/Fri, 03 Aug 2018 00:00:00 +0000https://totallytotally.io/post/sslonaws/On a recent project, I had the opportunity to try a number of different approaches to setting up an api and some static js on AWS. I had a desire to make the environment setup as repeatable as possible, and to make use of as many of the AWS features as possible to simplify our processes. The below are some notes on the setup I landed on, as well as some terraform snippets that may be helpful (terraform is improving rapidly, so there will most likely be newer/better ways to do some of these things)