Bsics: Install HashiCorp Packer on Amazon Linux

HashiCorp’s Packer has proven to be a useful tool for those working towards those management goals. Packer in an AWS Cloud enables administrators to create customized AMIs by using Packer’s scripting process. This blog post walks through the installation of Packer on an Amazon Linux EC2 Instance.

Read More

Rules for SysAdmins - Keep Systems and Monitoring Seperate

There are a number of good practices to follow when setting up and maintaining systems. Some of these rules are obvious and some not so obvious. One of these rules is to make sure your monitoring tools have no dependency on the thing being monitored. While this may seem obvious, lots of organizations still make this mistake. Sometimes it’s not even clear to them that they’ve created such a dependency. Microsoft ran into this very issue last week during an Azure outage situation. As Mary Jo Foley reported in her All About Microsoft Column, the dashboards used by Microsoft to alert customers about the outage were behind the same authentication system that was having issues. If a company with the size and resources of Microsoft can miss this, then so can the average operations, DevOps, and SRE Teams supporting applications.

Read More

Long Term Project - Part 2 - Azure Boards Configuration

The work for my Long Term app development and hosting project needs an effective method of tracking the work. I’m a single person, so I want something simple and light weight. Having studied Agile and SCRUM, that’s where I’m leaning. Give me a Kanban board where I can track a backlog, Work in progress, and done items, and I’ll be happy.

Read More