To deploy an app to AWS, configure it to use an AWS sandbox and runner. We provide a minimal sandbox you can use to get started. You will need to set some vars to configure the sandbox. Create inputs for the public and private domains, since those will be different for each install. You will also need to set some IAM roles to grant the runner access to the EKS cluster.
When you create a new install, Nuon will generate a Cloudformation stack your customer can use to install the runner and base infrastructure. AWS supports installing Cloudformation stacks via their CLI, and also provides a GUI installation flow using Cloudformation Quick-Create links.
Navigate to the Installs tab in the Nuon dashboard, and click on the “Create Install” button, and select the app you want to install.This will kick off a provision workflow. The stack will be generated, and a Quick-Create URL and CLI commands will be provided for it. These will have the install ID and other settings already interpolated, and can be shared with your customer.
Your customer must log into the AWS account they want to install your app in, and ensure they have the required permissions to provision the stack.If they are using the Quick-Create URL, they can simply open that in a browser and go through the web flow.If they are using the CLI command, they must install the AWS CLI and log in. Then they can run the command.