Create an Infrastructure Configuration

Create, review, and save a versioned infrastructure definition.

An infrastructure configuration describes the components StationOps should deploy for every project environment. Each deployment produces a revision that can be inspected independently from later application releases.

Create the Configuration

  1. Open Infrastructure > Configurations.
  2. Select Create configuration.
  3. Optionally choose an earlier configuration as the starting point.
  4. Add a useful description of the intended change.
  5. Add or edit services, databases, queues, storage, and other components.
  6. Configure shared and environment-specific values.
  7. Save each component and then create the configuration.

Starting from an earlier configuration is the safest way to make an incremental change because existing component identifiers and environment settings are retained.

Review Before Deployment

  • Check components added, updated, and removed.
  • Inspect every environment tab.
  • Confirm public access, component grants, and sensitive values.
  • Review removal policies for databases, storage, volumes, tables, queues, caches, and event streams.
  • Confirm the project AWS account and region.

Next Steps