Skip to content

ADR 003 - Infrastructure and Hosting

  • Date: 2025-07-03
  • Status: Active

Context

The team needed to choose a production hosting platform and decide how local infrastructure should be represented during development.

Decision

  • AWS is the production hosting platform.
  • Infrastructure should be defined as code where possible.
  • .NET Aspire is used for local infrastructure orchestration.

Options Considered

  • AWS
  • Azure

Open Issues

The original ADR notes that the AWS infrastructure-as-code tool still needed to be finalized at the time, with Terraform and AWS CDK called out as options.