Skip to main content

RoostGPT Resources for hitelist

Terraform Resources Provisioned in AWS


Resource Name

Description


aws_key_pair

AWS EC2 keypair to SSH


aws_eip

An elastic ip to be used by NAT Gateway for public subnet


aws_ami

Ubuntu based AMI id - region specific


aws_vpc

VPC


aws_availability_zones

AZ preferred


aws_internet_gateway

IG for VPC to communicate with internet e.g. apt update


aws_subnet

private and public subnets 


aws_security_group

SG for bastion, backend and frontend service of RoostGPT


aws_lb_target_group

Target group for loadbalancer


aws_route_table

Route Table entries for inbound and outbound traffic


aws_instance

Instances to deploy RoostGPT frontend and backend services


aws_route_table_association

To allow network traffic for instance to instance communication


null_resource

To deploy and run RoostGPT installer scripts on instance


Docker Images (hub.docker.com)

Image Name Tag
zbio/roostai_mysql_db v1.1.17
zbio/roost-nginx latest
zbio/roost-app v1.1.17
zbio/roostai-server v1.1.17
zbio/roostgpt-go v1.1.17
zbio/roostgpt v1.1.17
zbio/roostgpt-ui v1.1.17
zbio/roost-proxy v1.1.17

RoostGPT scripts or executables from 

https://github.com/roost-io/roost-support/releases/tag/v1.1.17