Documentation Index
Fetch the complete documentation index at: https://docs.nuon.co/llms.txt
Use this file to discover all available pages before exploring further.
Deploying an Example App
If you’re still designing your BYOC architecture, it is helpful to deploy a sample app. For the Stand-Alone VPC architecture, seeeks-simple-auto in nuonco/example-app-configs.
Overview
When the customer deploys the Nuon-generated CloudFormation/Bicep or Terraform template that you provide, a fresh VPC is provisioned alongside the Runner and its permissions, all inside the customer’s account.App config
Each install supports two deployment formats: a Nuon-generated CloudFormation/Bicep template and the Terraform modules Nuon publishes atinstall-stacks (AWS and GCP subfolders).
CloudFormation/Bicep
The vendor’sstack.toml references nested templates. Set type to the cloud’s native format — aws-cloudformation or azure-bicep — and point vpc_nested_template_url at the matching template.
AWS (CloudFormation) — point at vpc/eks/default to create a new VPC:
stack.toml
aws cloudformation deploy) — no further input is needed beyond account and region.
Azure (Bicep) — point at the vnet.json and runner.json templates in install-stacks/azure:
stack.toml
aca-simple for a complete Bicep example.
Terraform
Nuon publishes Terraform modules for both AWS and GCP atinstall-stacks that provision the same resources. The customer clones (or wraps) their cloud’s module and runs terraform apply against it. See Customizing Terraform Stack Templates if you need to fork.
Sandbox
The Sandbox runs after the Stack and provisions the app’s compute layer inside the new VPC. It picks up the VPC by reading the Stack’s outputs:sandbox.toml