artofcloud.netWhat is DevOps?Intro Hey there, I’m going to attempt to cover an extensive topic, which means I will gloss over the specifics in an attempt to keep it relevant to as many as possible, though I may use examples from my work to give context. For those of you who do n...Oct 21, 2022·4 min read
artofcloud.netTerraform: Lets talk modulesLet’s talk about terraform modules. Terraform modules are something I love to use and create. They normally have a single purpose and are aimed at allowing you to provision a specific service with very little configuration on the user's side. The ab...May 9, 2022·3 min read
artofcloud.netTerraform Cloud: 7 steps to CI/CD.Terraform Cloud is a service that allows you to store your remote state in a SOC2 compliant environment. I like using Terraform Cloud, it allows me to create infrastructure with Terraform, without the worry of handling sensitive variables or keeping ...May 2, 2022·4 min read
artofcloud.netBash: 10 command line tools for beginnersHello! This will be a short post on 10 basic Linux tools that I find useful for my day-to-day tasks as a bash user. History - This allows you to see the last 500 commands you’ve run stored in working memory, which can be configured to store more. Th...Apr 25, 2022·3 min read
artofcloud.netAn Introduction to TerraformWhat is it? HashiCorp Terraform is an Infrastructure as Code tool that allows you to provision resources in your cloud provider of choice or on-prem in a human-readable configuration. What is the power of Terraform? The power of Terraform lies in it...Apr 17, 2022·3 min read