Deploy the demo pipeline

curl -LJO https://raw.githubusercontent.com/awslabs/aws-orbit-workbench/main/demo_pipeline.yaml -o demo_pipeline.yaml

aws cloudformation deploy --template-file demo_pipeline.yaml --stack-name orbit-demo --capabilities CAPABILITY_IAM --parameter-overrides Branch=main EnvName=demo-env Version=<orbit version> K8AdminRole=<admin role name> GitHubOAuthToken=<your oauth token>

e.g., aws cloudformation deploy --template-file demo_pipeline.yaml --stack-name orbit-demo --capabilities CAPABILITY_IAM --parameter-overrides Branch=main EnvName=demo-env Version=0.14.2 K8AdminRole=Admin GitHubOAuthToken=ghp_Vxxxxxxxxxx

Once the cloudformation completes, the code pipeline names ‘Orbit_Demo_Deploy’ will start running (and the ‘Orbit_Demo_Destroy’ will fail and thats ok. If it doesn’t fail, click the ‘Orbit_Demo_Destroy’ and click on ‘Stop Execution’ on the top right).

It will take 1-2h to fully deploy the demo. Continue below after the pipeline completes successfully.

Create a login user

Go to the Cognito console

Landing Page

Go to the Systems Manager console

Demo notebooks execution