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 (if EC2 is private then you will need another instance to act as jump)

  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
    # the below command will show the disks available
    lsblk 
Code Block
breakoutModewide
curl -s https://roost-stable.s3.us-west-2.amazonaws.com/enterprise/roost.sh | SETUP=1 DISK=<>nvme1n1 CUSTOMER=Lacework bash -

This instance will be facing the team members for any Roost activity.

...