Open sourcing Terratest: a swiss army knife for testing infrastructure code

Open sourcing Terratest: a swiss army knife for testing infrastructure code

  • May 8, 2018
Table of Contents

Open sourcing Terratest: a swiss army knife for testing infrastructure code

Infrastructure as code (IaC) tools such as Terraform, Packer, and Docker offer a number of advantages: you can automate your entire provisioning and deployment process, you can store the state of your infrastructure in code (instead of a sysadmin’s head), you can use version control to track the history of how your infrastructure has changed, and so on. But there’s a catch: maintaining a large codebase of infrastructure code is hard. Most IaC tools are immature, modern architectures are complicated, and seemingly minor changes to infrastructure code sometimes cause severe bugs, such as wiping out a server, a database, or even an entire data center.

Source: gruntwork.io

Share :
comments powered by Disqus

Related Posts

Linux System Monitoring with eBPF

Linux System Monitoring with eBPF

The Linux kernel is an abundant component of modern IT systems. It provides the critical services of hardware abstraction and time-sharing to applications. The classical metrics for monitoring Linux are among the most well known metrics in monitoring: CPU utilization, memory usage, disk utilization, and network throughput.

Read More