> Markdown version of [/playlists/infrastructure-as-code](https://www.wearedevelopers.com/playlists/infrastructure-as-code). Every page supports `.md` or `Accept: text/markdown`. Links point to the HTML versions so they work for humans too. Agent guide: [/agents.md](https://www.wearedevelopers.com/agents.md). --- # Playlist: Infrastructure as code 28 videos · 30 moments · 74.1 minutes ## Unleashing Potential Across Teams: The Power of Infrastructure as Code - **Transforming engineering workflows through infrastructure as code** (02:08, 2min) — Treating infrastructure like versioned software automates manual tasks and accelerates highly reliable deployments. [Learn more](https://www.wearedevelopers.com/videos/930-unleashing-potential-across-teams-the-power-of-infrastructure-as-code) ## Effective Java Strategies and Architectures for Clouds - **Infrastructure as code and generated cloud configuration** (07:31, 2min) — Modern cloud tooling repeats past deployment complexity through massive templates of generated configuration files. [Learn more](https://www.wearedevelopers.com/videos/186-effective-java-strategies-and-architectures-for-clouds) ## Maturity assessment for technicians or how I learned to love OWASP SAMM - **Securing environments by scanning infrastructure as code** (78:27, 4min) — Preventing exploitation by continuously monitoring configuration files and tracking infrastructure drift over time. [Learn more](https://www.wearedevelopers.com/videos/351-maturity-assessment-for-technicians-or-how-i-learned-to-love-owasp-samm) ## Eclipse Che for Infrastructure Automation - **Adopting software development tools for infrastructure as code** (01:17, 1min) — Applying traditional software engineering practices like language tooling and testing to infrastructure automation. [Learn more](https://www.wearedevelopers.com/videos/1611-eclipse-che-for-infrastructure-automation) ## Solve the “But it works on my machine!” problem with cloud-based development environments - **Provisioning dependencies using infrastructure as code** (07:28, 3min) — Transitioning toward declarative containerized definitions ensures version-controlled transparency over traditional virtual machine provisioning. [Learn more](https://www.wearedevelopers.com/videos/469-solve-the-but-it-works-on-my-machine-problem-with-cloud-based-development-environments) ## The power of Cloud Development Kit (CDK): How to get the most out of it - **Overview of infrastructure as code tools** (01:06, 3min) — Exploring the evolution of infrastructure as code and comparing terraform, AWS CDK, and pulumi for cloud environments. [Learn more](https://www.wearedevelopers.com/videos/740-the-power-of-cloud-development-kit-cdk-how-to-get-the-most-out-of-it) ## Building Applications with Infrastructure as Code - **Automating cloud provisioning with infrastructure as code** (02:40, 1min) — How treating cloud environments like software repositories enables version control and safe rollback mechanisms. [Learn more](https://www.wearedevelopers.com/videos/887-building-applications-with-infrastructure-as-code) ## Implementing Feature Environments with AWS and Terraform - **Evaluating the scalable automation advantages of infrastructure as code** (38:15, 2min) — How declarative script provisioning bypasses substantial manual console configuration limits for expansive architectures. - **How Terraform translates code into cloud infrastructure** (06:31, 2min) — How infrastructure as code tools utilize cloud APIs to provision resources. [Learn more](https://www.wearedevelopers.com/videos/531-implementing-feature-environments-with-aws-and-terraform) ## #90DaysOfDevOps - The DevOps Learning Journey - **Enforcing repeatable configuration with infrastructure as code** (27:00, 1min) — Eliminating manual configuration errors requires defining desired infrastructure states through consistent declarative provisioning syntax. [Learn more](https://www.wearedevelopers.com/videos/548-90daysofdevops-the-devops-learning-journey) ## Terraform for Developers - **Infrastructure as code summary and learning resources** (40:16, 1min) — A recap of automation benefits alongside recommended certifications and reading material for practitioners. - **Understanding the fundamentals of infrastructure as code** (00:00, 1min) — How automation eliminates manual provisioning errors and increases deployment speed. [Learn more](https://www.wearedevelopers.com/videos/3-terraform-for-developers) ## Let developers develop again - **Ensuring multi-cloud portability with infrastructure as code** (21:07, 2min) — Using centralized infrastructure code allows teams to transparently migrate entire application environments across different cloud providers. [Learn more](https://www.wearedevelopers.com/videos/463-let-developers-develop-again) ## The Road to MLOps: How Verivox Transitioned to AWS - **Deep dive into infrastructure as code with deployment kits** (18:24, 4min) — Defining scalable infrastructure via code templates enables rapid instantiation of isolated environments across multiple projects and stages. [Learn more](https://www.wearedevelopers.com/videos/1050-the-road-to-mlops-how-verivox-transitioned-to-aws) ## Startup Tech Presentations - **Bridging the gap between infrastructure and runtime code** (00:04, 1min) — Current infrastructure as code tools neglect application runtime logic, requiring a unified programming model. [Learn more](https://www.wearedevelopers.com/videos/779-startup-tech-presentations) ## Infrastructure as Code: The Developer's Secret Weapon - **Defining infrastructure as code and its key benefits** (00:50, 2min) — Automating infrastructure provisioning eliminates manual setup, reduces costs, and prevents configuration drift across environments. [Learn more](https://www.wearedevelopers.com/videos/1221-infrastructure-as-code-the-developer-s-secret-weapon) ## 5 Years in Cloud Native: The Good, the Bad, and the Bill - **Adopting infrastructure as code through direct external mentorship** (05:23, 1min) — Transitioning from manual console configuration to version-controlled infrastructure definitions establishes a scalable technical foundation. [Learn more](https://www.wearedevelopers.com/videos/100111-5-years-in-cloud-native-the-good-the-bad-and-the-bill) ## How Cisco embraced a DevOps culture within its network engineering team - **Transitioning device configurations to infrastructure as code** (11:06, 2min) — Migrating from proprietary snapshots to versioned repositories enables rigorous unit testing and automated peer reviews. [Learn more](https://www.wearedevelopers.com/videos/99-how-cisco-embraced-a-devops-culture-within-its-network-engineering-team) ## Navigating the AI Wave in DevOps - **Automating infrastructure as code provisioning using intelligent tools** (16:48, 2min) — Dynamically adjusting provisioned resources and generating declarative configurations via natural language prompts. [Learn more](https://www.wearedevelopers.com/videos/853-navigating-the-ai-wave-in-devops) ## Blueprints for Success: Steering a Global Data & AI Architecture - **Mandating infrastructure as code for secure production deployment** (14:10, 1min) — Mandating infrastructure as code and automated deployment pipelines ensures robust and secure production releases. [Learn more](https://www.wearedevelopers.com/videos/1577-blueprints-for-success-steering-a-global-data-ai-architecture) ## How AWS Generates Polyglot Libraries Based on a Single TypeScript Codebase - **Managing infrastructure as code with AWS CDK** (02:26, 1min) — The AWS Cloud Development Kit replaces complex CloudFormation declaration templates with functional programmatic resource definitions. [Learn more](https://www.wearedevelopers.com/videos/1026-how-aws-generates-polyglot-libraries-based-on-a-single-typescript-codebase) ## A Deep Dive into Development Environment Configuration Standards - **Standardizing development environments through configuration as code** (04:33, 1min) — Treating workspaces as code unifies system packages, IDE integrations, and resource provisioning across a team. [Learn more](https://www.wearedevelopers.com/videos/1144-a-deep-dive-into-development-environment-configuration-standards) ## Building a Cloud Platform Where Everything is Just Another Kubernetes Resource - **Limitations of infrastructure as code at massive scale** (04:06, 4min) — Monolithic state files, serialized pipeline executions, and fragile deletion policies create unmanageable bottlenecks in complex environments. [Learn more](https://www.wearedevelopers.com/videos/100137-building-a-cloud-platform-where-everything-is-just-another-kubernetes-resource) ## Convincing Product teams to Adopt Gitops in a Large Org - **Upskilling product engineering teams on infrastructure as code** (05:27, 2min) — Training application developers to write configuration code empowers them to own their software delivery pipelines. [Learn more](https://www.wearedevelopers.com/videos/1936-convincing-product-teams-to-adopt-gitops-in-a-large-org) ## Forget Developer Platforms, Think Developer Productivity! - **Accelerating infrastructure as code with generative AI** (14:40, 5min) — Prompting an AI assistant directly inside the integrated development environment creates deployment scaffolding and wires cloud services without br... [Learn more](https://www.wearedevelopers.com/videos/1121-forget-developer-platforms-think-developer-productivity) ## Back(end) to the Future: Embracing the continuous Evolution of Infrastructure and Code - **Provisioning a secure container infrastructure with Bicep** (33:04, 2min) — Infrastructure as code templates automate the deployment of virtual networks, gateways, and Docker image environments. [Learn more](https://www.wearedevelopers.com/videos/440-back-end-to-the-future-embracing-the-continuous-evolution-of-infrastructure-and-code) ## My journey into DevOps world - How it all started! - **Automating delivery pipelines and managing infrastructure via code** (23:39, 4min) — How declarative configurations and continuous deployment loops deliver rapid business value reliably. [Learn more](https://www.wearedevelopers.com/videos/545-my-journey-into-devops-world-how-it-all-started) ## YOLO Developer Workflows with a Coding Agent in a Box - **Defining agent boundaries using infrastructure as code configuration** (21:13, 1min) — YAML files declare specific allowed domains, environment variables, and install commands to tightly govern agent environments. [Learn more](https://www.wearedevelopers.com/videos/100350-yolo-developer-workflows-with-a-coding-agent-in-a-box) ## Easy Mode Monitoring and Logging with Shiftmon - **Deploying configuration as code seamlessly using Ansible** (02:05, 0min) — Converting a plain Linux machine into an observability stack via infrastructure as code eliminates the need for managed configuration agents. [Learn more](https://www.wearedevelopers.com/videos/2114-easy-mode-monitoring-and-logging-with-shiftmon) ## No Keys for the Robot: GitOps as the Control Plane for Autonomous Agents - **Standardizing the infrastructure control plane with Crossplane** (12:01, 2min) — Structuring infrastructure as code tools creates a uniform entry point for all control plane modifications proposed by agents. [Learn more](https://www.wearedevelopers.com/videos/100095-no-keys-for-the-robot-gitops-as-the-control-plane-for-autonomous-agents)