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 Customer VPC architecture, seebyo-vpc in nuonco/example-app-configs.
Overview
The customer provides VPC and subnet IDs at deploy time, common when the customer prefers you use their VPC.App config
Customer VPC is natively supported via the Nuon-generated CloudFormation template. Terraform deployments are also possible but require forking the published modules atinstall-stacks to add BYO-VPC inputs — see the Terraform section below.
CloudFormation
The vendor’sstack.toml references CloudFormation nested templates. Point vpc_nested_template_url at the byo-vpc/default template — it accepts existing VPC and subnet IDs as parameters instead of creating them:
stack.toml
VpcID, RunnerSubnetID, PublicSubnetIDs, and PrivateSubnetIDs in the CloudFormation Quick Create form.
Terraform
Sandbox
Whichever format the customer deploys, the Stack reports the VPC and subnet IDs back to Nuon as install stack outputs. The vendor’ssandbox.toml wires them into the Sandbox so it attaches to the customer’s subnets instead of creating its own:
sandbox.toml