main

Stacks & Lifecycle

A stack is a deployed instance of a blueprint. The Stacks page shows every piece of infrastructure your organization manages.

The Stacks Page

Navigate to Stacks in the sidebar. The page shows:

ColumnDescription
Stack / AppStack name, grouped by App Group
CloudAWS, Azure, or GCP icon
EnvDEV, STAGING, or PROD badge
StatusHealthy (green), Drifting, Failed, Degraded
DriftDrift detection status
CostMonthly cost estimate
CreatedWhen the stack was deployed
VersionBlueprint version the stack runs

Filtering

Filter stacks by:

  • Cloud: All, AWS, GCP, Azure (toggle buttons)
  • Group by App: Toggle to group stacks under their App Group

App Groups in Action

Stacks deployed with an App Group (e.g., "networking") appear grouped together. This makes it easy to see all related infrastructure at a glance — your VPC, VNet, and GCP VPC all under one heading.

Stack Detail

Click any stack to see:

  • Resources — every cloud resource with ARN/ID
  • Configuration — current parameter values
  • History — deployment timeline with diffs
  • Outputs — all Pulumi/TF outputs
  • Drift — current drift status

Upgrading

When a PE publishes a new blueprint version, stacks running the old version show an Upgrade button.

Platform Health shows upgrade pressure:

  • "5 stacks behind" with a list of outdated stacks
  • Each shows current version → latest version
  • One-click upgrade per stack

Upgrade Flow

  1. PE publishes v1.0.2 with new governance rules
  2. Platform Health shows "1 stack behind: v1.0.1 → v1.0.2"
  3. Click Upgrade on the stack
  4. Archie runs a preview showing what changes
  5. Confirm to apply the upgrade

Destroying a Stack

To tear down infrastructure:

  1. Open the stack detail
  2. Click Destroy
  3. Archie runs a destroy plan showing resources to be deleted
  4. Confirm to destroy
  5. All cloud resources are removed, stack is archived

Destroyed stacks are archived, not deleted. View them via "Show archived" toggle.

What's Next