Versions Compared

Key

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

...

  1. Download key-pair; change permissions to 0400

  2. Review configuration and Launch Instance

  3. Connect to EC2 using SSH once it is running

  4. Mount EBS Volume

...

  1. volume and fetch RoostInstaller

Code Block
lsblk 

Use the EBS disk name that is not mounted

sudo mkfs -t ext4 /dev/nvme1n1 sudo mkdir /var/tmp/Roost sudo mount /dev/nvme1n1 /var/tmp/Roost sudo chown `id -u`:`id -g` /var/tmp/Roost/ if [ ! -d /var/tmp/Roost ]; then sudo mkdir /var/tmp/Roost sudo chown `id -u`:`id -g` /var/tmp/Roost/ fi
Code Block
breakoutModewide
curl -s https://roost-stable.s3.us-west-2.amazonaws.com/enterprise/roost.sh | SETUP=1 CUSTOMER=LaceworkRoost bash -

2: EC2 Instance: Roost EAAS Server

...

  1. Download key-pair; change permissions to 0400

  2. Review configuration and Launch Instance

  3. Connect to EC2 using SSH once it is running

  4. Mount EBS volume and fetch RoostInstaller

Code Block
breakoutModewide
curl -s https://roost-stable.s3.us-west-2.amazonaws.com/enterprise/roost.sh | EAAS=1 CUSTOMER=LaceworkRoost bash -

<< Database Setup Roost Controlplane Setup >>