Infrastructure-as-Code (IaC) has revolutionized cloud infrastructure management – making it easier than ever before to automate deployment/configuration, track changes and manage idempotent infra environments via version control, and increase the scalability of applications/systems in a holistic sense (meaning everything from… Read More ›
Terraform
Terraform Module: AWS Centralized Logging
I’ve completed a new module on the public Terraform Registry – a full Terraform conversion of the Centralized Logging Solution from AWS! This solution deploys the following: VPC-hosted Opensearch/Elasticsearch Cluster Kinesis Data with Cloudwatch Destination for cross-account log ingestion Lambda… Read More ›
Intro to Terraform Pt III: Modules
In part one of the Into to Terraform series, we introduced the high-level concepts of Terraform and Infrastructure-as-Code in general. In part two, we looked at the basic building blocks of Terraform and how to construct resources. We saw how… Read More ›