Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Below document outlines the steps for setting up an EC2 for nginx proxy to allow Roost Cluster Web Console access.

You can use the same config.json as in the Configure Roost Controlplane Follow the below steps as mentioned in Setting up Organisation Roost Control-plane for a different EC2 instance.

Steps - EC2 Instance

Steps - Installing dependencies on EC2 Instance

Steps - Install SSL Certs

Steps - Configure Roost Environment and Start Docker containers

You can copy config.json from the “Setting up Organisation Roost Control-plane”

Code Block
cd /var/tmp/Roost
curl -L https://remote-roostprod.s3.us-west-1.amazonaws.com/roost-enterprise.sh -o roost-enterprise.sh
chmod +x roost-enterprise.sh;

Command to start the Roost Proxy container

Code Block
# scp the config.json from controlplane instance 
./roost-enterprise.sh -i console-proxy -c config.json 

Additional configuration using Roost Controlplane website (go to admin settings page)

  1. Click on Configure EC2 launcher. Provide user “ubuntu”, ip-address of EC2 and the pem key for ubuntu user

    Image Added

2. Enable JumpHost and refresh the admin settings page. Add Jumphost entry with alias “default” and user “ubuntu”, ip-address of EC2 and the pem key for ubuntu user

...