Skip to main content

Examples

Explore Atmos example projects with stack configurations, components, and workflows

Featured

Toolchain

atmos toolchain demo
 
Define the tool versions your stacks and infrastructure depend on — registries, aliases, and pinned versions that Atmos installs on demand.

Quickstart

Stacks

Compositions

atmos composition validation
 
A composition defines a reusable slice of a stack across environments. The top-level compositions: section declares every service that can belong to the slice, while each stack fulfills the subset it…
Stacks
Open

Config Profiles

atmos config profiles
 
This example demonstrates Atmos config profiles - a powerful feature for managing environment-specific configurations without duplicating settings across your infrastructure.
Stacks
Open

Components

Terraform Tests

atmos terraform tests
 
This example runs Terraform tests (*.tftest.hcl) against a local AWS sandbox — no AWS account or credentials required. The apply run blocks in a Terraform test normally create real infrastructure, so…
Components
Open

Kubernetes

GitOps Publishing

atmos gitops reconcile
 
This example shows the publishing half of a GitOps pipeline — reconcile, review, and publish artifacts to a managed deployment repository using atmos git. A reconciler such as Argo CD or Flux (or…
KubernetesAutomation
Open

Automation

Say Something

atmos say steps
 
Add text-to-speech (TTS) announcements to workflows, custom commands, and lifecycle hooks while still printing deterministic output in headless runs.
Automation
Open

Hooks

Checkov Hook

atmos Checkov hook
 
Demonstrates the checkov hook kind: an after.terraform.plan hook that runs checkov against the component and renders a SARIF findings summary in the terminal.
Hooks
Open

Infracost Hook

atmos Infracost hook
 
Demonstrates the infracost hook kind: an after.terraform.plan hook that runs an Infracost-compatible command against the component and renders a cost summary in the terminal.
Hooks
Open

KICS Hook

atmos KICS hook
 
Demonstrates the kics hook kind: an after.terraform.plan hook that runs kics scan against the component and renders the SARIF findings summary in the terminal.
Hooks
Open

Trivy Hook

atmos Trivy hook
 
Demonstrates the trivy hook kind: an after.terraform.plan hook that runs trivy config against the component and renders a SARIF findings summary in the terminal.
Hooks
Open

HTTP Webhooks

atmos HTTP webhooks
 
This example demonstrates the http workflow step type, which performs an HTTP request with a configurable method/verb, query-string parameters, headers, and a request body (raw or form/JSON).…
HooksAutomation
Open

Emulators

AI

Atmos AI

Use AI to chat with your infrastructure, inspect stacks and components, and analyze command output.

AI with Claude Code CLI

Use your Claude Pro/Max subscription instead of API tokens. Claude Code manages the AI conversation — Atmos provides MCP server orchestration with automatic AWS credential injection.

MCP Server Integrations

Connect Atmos to external MCP servers from the AWS ecosystem. Their tools become available in atmos ai chat, atmos ai ask, and atmos ai exec — no custom integration code needed.

MCP for AI Coding Assistants

Configure MCP servers (Atmos MCP server plus the AWS MCP server suite) once in atmos.yaml, then use the same set of tools — with the same AWS credentials managed by Atmos Auth — from Claude Code,…

DX

Toolchain

atmos toolchain demo
 
Define the tool versions your stacks and infrastructure depend on — registries, aliases, and pinned versions that Atmos installs on demand.