codepipeline The Return of CodePipeline So for the past three weeks while studying for the AWS Devops Professional certification, I've been punch-drunk with setting up automated pipelines. I've already automated my container image creation process
SSM Playing with AWS Systems Manager Slowly I'm learning more and more AWS services. Today I'll be writing about an awesome service called Systems Manager (SSM) and how it can be used to maintain and manage
packer Installing and Using Packer to Create AWS Images Hashicorp's Packer is an open source tool that enables users to create machine images using infrastructure as code. What this allows me to do, is create custom images with my
terraform Terraform Basics with AWS With the rise of multiple cloud vendors, being able to spin up environments programmatically can be a huge challenge. An operator will need to understand varying services and syntax for
Saltstack Saltstack Basics - Setting up Salt I can't believe I have been ignoring one of my most favorite tools – Saltstack or Salt! Salt is a python based configuration management tool. If you're familiar with Ansible, Chef