Skip to main content
This guide walks you through packaging an example app and install it to an AWS cloud account. Nuon supports Azure, Google Cloud, or any cloud provider but to keep it simple, this guide focuses on AWS.
If you are new to Nuon, we recommend understanding the life cycle of packaging your app, installing your app into a cloud account, and updating, monitoring and remediating the installs by reading our App and Install Life Cycle guide.

Choose An Example App

Choose one of the following example app guides to get started:
  • aws-lambda: A Lambda function with DynamoDB and API Gateway
  • eks-simple: An AWS EKS Traefik whoami application

Other Apps to Explore

For these and other app examples, clone the example-app-configs repository. Then run the following commands:
brew install nuonco/tap/nuon
nuon auth login
nuon orgs select
cd example-app-configs/<app directory>
nuon apps create --name <app directory>
nuon apps sync

Prerequisites