View on GitHub

Number6

You are a number

back

Pipeline Deployment

You will need

You will get

This will create a pipeline deploying to 2 accounts with a Number6 app running in each, a “test” and “production” version.

Create Pipeline

To create the pipeline run ./no6.sh in the project root, this will ask for the following parameters:

It will create a couple of stacks for the encryption keys and the roles in the test account then it will ask for 2 more parameters before it creates the roles in the production account:

both of these can be found from CloudFormation in the AWS console in the test account by clicking on the “Number6-CMK” stack and clicking on “Resources”.

These need pasting in directly to the stack in the production stack because we can’t export stack parameters across accounts.

Once both of those have been supplied the rest of the script should complete a few minutes later.

back