...
Download key-pair; change permissions to 0400
Review configuration and Launch Instance
Connect to EC2 using SSH once it is running
Mount EBS Volume
...
volume and fetch RoostInstaller
Code Block |
---|
lsblk |
Use the EBS disk name that is not mounted
Code Block | ||
---|---|---|
| ||
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
...
Download key-pair; change permissions to 0400
Review configuration and Launch Instance
Connect to EC2 using SSH once it is running
Mount EBS volume and fetch RoostInstaller
Code Block | ||
---|---|---|
| ||
curl -s https://roost-stable.s3.us-west-2.amazonaws.com/enterprise/roost.sh | EAAS=1 CUSTOMER=LaceworkRoost bash - |