Versions Compared

Key

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

...

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”

Command to start the Roost Proxy container

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

...