Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 21 Next »

Launch 2 instances with below attributes

You can use the AWS option to launch 2 instances.

  • Roost Control Plane

  • EaaS Server

1. EC2 Instance: Roost Control Plane

Attribute

Selection

AMI

Choose Ubuntu 20 (ubuntu-focal-20.04) SSD Volume Type

Instance Type

t3a.large

Shutdown behaviour (Stop)

Enable Termination Protection

Storage

Root Volume: 30GB (gp3)
EBS: 100GB ( Disable Delete on termination)

Termination protection

Enable

Security Group Rules

  1. SSH (port 22)

  2. HTTP (port 80)

  3. HTTPS (port 443)

  4. TCP Port 5000 for Docker Host

  5. TCP Port 5002 for Docker Insecure Registry

  6. TCP Port 60001 for Jump Host RoostApi Server

  7. TCP Port 60002 for Roost Cluster Launcher

  8. TCP Port 60003 for EaaS API Server

  9. TCP Port 60005 for Cypress Video Server

  10. TCP Port 60006 for Web-console(gotty) default service - ubuntu user

  11. TCP Port 62020-62120 for dynamic gotty ports - mapped to individual users

Tag

Name: Roost Control Plane

  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

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

Similar to EC2 Instance 1

Use the tags to give a different “Name” like “Roost EAAS Server” for ease of identification

This instance will also act as the default jumpHost for user managed clusters. Optionally, it can host a Docker Host and Docker Insecure Registry.

  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

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

<< Database Setup Roost Controlplane Setup >>

  • No labels