1. תחילת העבודה
Roost מספקת סקריפטים של Terraform כדי להפעיל ולקבוע את התצורה של פלטפורמת RoostGPT בקלות. להלן השלבים לפריסת Roost ב-AWS באמצעות Terraform.
ארכיטקטורה ברמה גבוהה
סקריפטים של Roost Terraform יוצרים את הרכיבים הבאים בענן AWS
Interactive diagram at https://docs.roost.ai/arch
Prerequisites
- User Account with Admin privileges / Policies enabled to run terraform scripts
- region
- route53_hosted_zone_id
- ec2_ami (for Ubuntu Jammy 22.04)
- enterprise_dns
- ip_block_vpc (VPC CIDR where Roost would be set up)
- okta_client_id or appropriate auth provider ( please refer next section)
- company name
Download the Terraform scripts
curl -LO https://github.com/roost-io/roost-support/raw/refs/heads/master/terraform-ec2.zip
