Topic mix

Infrastructure as code

30 moments from 28 videos · 1:14:06 total

This collection compiles relevant talk segments on infrastructure as code, helping developers write, test, and manage declarative configuration.

Unleashing Potential Across Teams: The Power of Infrastructure as Code
Play section Transforming engineering workflows through infrastructure as code
Transforming engineering workflows through infrastructure as code thumbnail

Transforming engineering workflows through infrastructure as code

Treating infrastructure like versioned software automates manual tasks and accelerates highly reliable deployments.

Effective Java Strategies and Architectures for Clouds
Play section Infrastructure as code and generated cloud configuration
Infrastructure as code and generated cloud configuration thumbnail

Infrastructure as code and generated cloud configuration

Modern cloud tooling repeats past deployment complexity through massive templates of generated configuration files.

Maturity assessment for technicians or how I learned to love OWASP SAMM
Play section Securing environments by scanning infrastructure as code
Securing environments by scanning infrastructure as code thumbnail

Securing environments by scanning infrastructure as code

Preventing exploitation by continuously monitoring configuration files and tracking infrastructure drift over time.

Eclipse Che for Infrastructure Automation
Play section Adopting software development tools for infrastructure as code
Adopting software development tools for infrastructure as code thumbnail

Adopting software development tools for infrastructure as code

Applying traditional software engineering practices like language tooling and testing to infrastructure automation.

Solve the “But it works on my machine!” problem with cloud-based development environments
Play section Provisioning dependencies using infrastructure as code
Provisioning dependencies using infrastructure as code thumbnail

Provisioning dependencies using infrastructure as code

Transitioning toward declarative containerized definitions ensures version-controlled transparency over traditional virtual machine provisioning.

The power of Cloud Development Kit (CDK): How to get the most out of it
Play section Overview of infrastructure as code tools
Overview of infrastructure as code tools thumbnail

Overview of infrastructure as code tools

Exploring the evolution of infrastructure as code and comparing terraform, AWS CDK, and pulumi for cloud environments.

Building Applications with Infrastructure as Code
Play section Automating cloud provisioning with infrastructure as code
Automating cloud provisioning with infrastructure as code thumbnail

Automating cloud provisioning with infrastructure as code

How treating cloud environments like software repositories enables version control and safe rollback mechanisms.

Implementing Feature Environments with AWS and Terraform
Play section Evaluating the scalable automation advantages of infrastructure as code
Evaluating the scalable automation advantages of infrastructure as code thumbnail

Evaluating the scalable automation advantages of infrastructure as code

How declarative script provisioning bypasses substantial manual console configuration limits for expansive architectures.

Play section How Terraform translates code into cloud infrastructure
How Terraform translates code into cloud infrastructure thumbnail

How Terraform translates code into cloud infrastructure

How infrastructure as code tools utilize cloud APIs to provision resources.

#90DaysOfDevOps - The DevOps Learning Journey
Play section Enforcing repeatable configuration with infrastructure as code
Enforcing repeatable configuration with infrastructure as code thumbnail

Enforcing repeatable configuration with infrastructure as code

Eliminating manual configuration errors requires defining desired infrastructure states through consistent declarative provisioning syntax.

Terraform for Developers
Play section Infrastructure as code summary and learning resources
Infrastructure as code summary and learning resources thumbnail

Infrastructure as code summary and learning resources

A recap of automation benefits alongside recommended certifications and reading material for practitioners.

Play section Understanding the fundamentals of infrastructure as code
Understanding the fundamentals of infrastructure as code thumbnail

Understanding the fundamentals of infrastructure as code

How automation eliminates manual provisioning errors and increases deployment speed.

Let developers develop again
Play section Ensuring multi-cloud portability with infrastructure as code
Ensuring multi-cloud portability with infrastructure as code thumbnail

Ensuring multi-cloud portability with infrastructure as code

Using centralized infrastructure code allows teams to transparently migrate entire application environments across different cloud providers.

The Road to MLOps: How Verivox Transitioned to AWS
Play section Deep dive into infrastructure as code with deployment kits
Deep dive into infrastructure as code with deployment kits thumbnail

Deep dive into infrastructure as code with deployment kits

Defining scalable infrastructure via code templates enables rapid instantiation of isolated environments across multiple projects and stages.

Startup Tech Presentations
Play section Bridging the gap between infrastructure and runtime code
Bridging the gap between infrastructure and runtime code thumbnail

Bridging the gap between infrastructure and runtime code

Current infrastructure as code tools neglect application runtime logic, requiring a unified programming model.

Infrastructure as Code: The Developer's Secret Weapon
Play section Defining infrastructure as code and its key benefits
Defining infrastructure as code and its key benefits thumbnail

Defining infrastructure as code and its key benefits

Automating infrastructure provisioning eliminates manual setup, reduces costs, and prevents configuration drift across environments.

5 Years in Cloud Native: The Good, the Bad, and the Bill
Play section Adopting infrastructure as code through direct external mentorship
Adopting infrastructure as code through direct external mentorship thumbnail

Adopting infrastructure as code through direct external mentorship

Transitioning from manual console configuration to version-controlled infrastructure definitions establishes a scalable technical foundation.

How Cisco embraced a DevOps culture within its network engineering team
Play section Transitioning device configurations to infrastructure as code
Transitioning device configurations to infrastructure as code thumbnail

Transitioning device configurations to infrastructure as code

Migrating from proprietary snapshots to versioned repositories enables rigorous unit testing and automated peer reviews.

Navigating the AI Wave in DevOps
Play section Automating infrastructure as code provisioning using intelligent tools
Automating infrastructure as code provisioning using intelligent tools thumbnail

Automating infrastructure as code provisioning using intelligent tools

Dynamically adjusting provisioned resources and generating declarative configurations via natural language prompts.

Blueprints for Success: Steering a Global Data & AI Architecture
Play section Mandating infrastructure as code for secure production deployment
Mandating infrastructure as code for secure production deployment thumbnail

Mandating infrastructure as code for secure production deployment

Mandating infrastructure as code and automated deployment pipelines ensures robust and secure production releases.

How AWS Generates Polyglot Libraries Based on a Single TypeScript Codebase
Play section Managing infrastructure as code with AWS CDK
Managing infrastructure as code with AWS CDK thumbnail

Managing infrastructure as code with AWS CDK

The AWS Cloud Development Kit replaces complex CloudFormation declaration templates with functional programmatic resource definitions.

A Deep Dive into Development Environment Configuration Standards
Play section Standardizing development environments through configuration as code
Standardizing development environments through configuration as code thumbnail

Standardizing development environments through configuration as code

Treating workspaces as code unifies system packages, IDE integrations, and resource provisioning across a team.

Building a Cloud Platform Where Everything is Just Another Kubernetes Resource
Play section Limitations of infrastructure as code at massive scale
Limitations of infrastructure as code at massive scale thumbnail

Limitations of infrastructure as code at massive scale

Monolithic state files, serialized pipeline executions, and fragile deletion policies create unmanageable bottlenecks in complex environments.

Convincing Product teams to Adopt Gitops in a Large Org
Play section Upskilling product engineering teams on infrastructure as code
Upskilling product engineering teams on infrastructure as code thumbnail

Upskilling product engineering teams on infrastructure as code

Training application developers to write configuration code empowers them to own their software delivery pipelines.

Forget Developer Platforms, Think Developer Productivity!
Play section Accelerating infrastructure as code with generative AI
Accelerating infrastructure as code with generative AI thumbnail

Accelerating infrastructure as code with generative AI

Prompting an AI assistant directly inside the integrated development environment creates deployment scaffolding and wires cloud services without breaking context.

Back(end) to the Future: Embracing the continuous Evolution of Infrastructure and Code
Play section Provisioning a secure container infrastructure with Bicep
Provisioning a secure container infrastructure with Bicep thumbnail

Provisioning a secure container infrastructure with Bicep

Infrastructure as code templates automate the deployment of virtual networks, gateways, and Docker image environments.

My journey into DevOps world - How it all started!
Play section Automating delivery pipelines and managing infrastructure via code
Automating delivery pipelines and managing infrastructure via code thumbnail

Automating delivery pipelines and managing infrastructure via code

How declarative configurations and continuous deployment loops deliver rapid business value reliably.

YOLO Developer Workflows with a Coding Agent in a Box
Play section Defining agent boundaries using infrastructure as code configuration
Defining agent boundaries using infrastructure as code configuration thumbnail

Defining agent boundaries using infrastructure as code configuration

YAML files declare specific allowed domains, environment variables, and install commands to tightly govern agent environments.

Easy Mode Monitoring and Logging with Shiftmon
Play section Deploying configuration as code seamlessly using Ansible
Deploying configuration as code seamlessly using Ansible thumbnail

Deploying configuration as code seamlessly using Ansible

Converting a plain Linux machine into an observability stack via infrastructure as code eliminates the need for managed configuration agents.

No Keys for the Robot: GitOps as the Control Plane for Autonomous Agents
Play section Standardizing the infrastructure control plane with Crossplane
Standardizing the infrastructure control plane with Crossplane thumbnail

Standardizing the infrastructure control plane with Crossplane

Structuring infrastructure as code tools creates a uniform entry point for all control plane modifications proposed by agents.

Your mix. Instantly.

More mixes