Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Connect to the previously created EC2 using SSH once it is running

  2. Mount EBS volume and fetch RoostInstaller (this step is taken care by the below command, provided you mention the DISK like DISK=nvme1n1)

Code Block
breakoutModewide
curl -s https://roost-stable.s3.us-west-2.amazonaws.com/enterprise/roost.sh | SETUP=1 DISK=<> CUSTOMER=Lacework bash -

...