Join us for live office hours! Next WednesdayNext Wed
Atmos
← Back to Glossary
Infrastructure as Code

What is Atmos?

Atmos is an open-source framework by Cloud Posse for managing Terraform at scale using stacks, components, and inheritance to organize complex multi-account AWS environments.

How Atmos Works

Atmos provides a structured framework for organizing Terraform configurations at scale. It introduces the concepts of stacks (environment configurations) and components (reusable Terraform root modules) to manage complex infrastructure across multiple accounts and regions.

Configuration is defined in YAML stack files that support deep merging, imports, and inheritance—allowing teams to define base configurations once and override them per environment.

Key Concepts

  • Components are self-contained Terraform root modules that provision specific infrastructure (e.g., VPC, EKS cluster)
  • Stacks define which components to deploy and with what configuration for a given environment
  • Inheritance lets child stacks inherit and override configuration from parent stacks
  • Workflows automate multi-step operations across components and stacks

Why Teams Choose Atmos

As infrastructure grows beyond a handful of Terraform workspaces, managing variables, backends, and dependencies becomes increasingly complex. Atmos solves this by providing a consistent structure that scales from 5 to 500+ Terraform components.

Teams using Atmos report faster onboarding, fewer configuration errors, and easier compliance with organizational standards.

Integration with Terraform

Atmos wraps standard Terraform commands, adding stack awareness and configuration management. Every atmos terraform plan or atmos terraform apply call resolves the full configuration for a component in a stack, then executes Terraform with the correct variables and backend configuration.

Related Terms

TerraformInfrastructure as CodeGitOpsPlatform Engineering

Related Articles

The Role of Open Source Module Libraries in a Post-AI World

Open source Terraform module libraries are infrastructure's equivalent of npm and PyPI—battle-tested foundations that become even more critical when AI enters the picture.

Feb 17 2026

Own Your Infrastructure

AI leveled the playing field. You don't need vendor platforms anymore. Here's what real infrastructure ownership looks like and why it's your strategic advantage.

Feb 15 2026

Why Terraform Is More Relevant Than Ever in the AI Era

Generative AI doesn't replace infrastructure as code—it supercharges it. Here's why IaC is the perfect foundation for agentic development.

Jan 28 2026

Service-Oriented Terraform: Why the Patterns That Work for Software Work for Infrastructure

Infrastructure as Code follows the same architectural principles software engineering established decades ago. Here's why service-oriented patterns aren't workarounds—they're the right way to build.

Nov 30 2025

Building Enterprise-Grade Terraform: A Practical Guide

Ready to build enterprise-grade Terraform? This guide covers the architectural patterns, governance frameworks, and practical implementation steps that successful teams use to balance compliance with team autonomy.

Nov 15 2025

The Production Ready Newsletter

Build Smarter. Avoid Mistakes. Stay Ahead of DevOps Trends That Matter.

The fastest way to achieve SOC 2 on AWS with Terraform and GitHub Actions.

For Developers

  • GitHub
  • Documentation
  • Quickstart Docs
  • Resources
  • Read our Blog

Community

  • Join Office Hours
  • Join the Slack Community
  • DevOps Podcast
  • Try our Newsletter

Company

  • Services & Support
  • AWS Migrations
  • Pricing
  • Book a Meeting

Legal

  • Terms of Use
  • Privacy Policy
  • Disclaimer
  • Cookie Policy
Copyright ©2026 Cloud Posse, LLC. All rights reserved.