Skip to main content
This guide walks you through packaging an application with the Nuon CLI into a Nuon app and deploying it as an Install to an AWS cloud account. Nuon supports Azure and soon Google Cloud, 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 customer clouds, and updating, monitoring and remediating the installs by reading our App and Install Life Cycle guide.

Choose A Sample App

Choose from the following options to get started:
  • aws-lambda: A Lambda function with DynamoDB and API Gateway
  • eks-simple: An AWS Kubernetes Traefik whoami application
These apps can be found in Nuon’s GitHub repository.

Other Apps to Explore

For more App examples, clone the example-app-configs repository. Then run the following commands:
brew install nuonco/tap/nuon
nuon login
cd example-app-configs/<app directory>
nuon apps create --name <app directory>
nuon apps sync
Example Apps:

Prerequisites