RoostGPT Resources for Whitelisting
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
Name |
roost.sh |
roost-enterprise.sh |
main-config.json |
aiServer.sh |
aiServer.gz |
releaseServer.sh |
releaseServer.gz |
roost.sql |
roostcertgen.gz |
roostgpt-1.0.15.vsix |
Windows | Linux | MacOS | |
CLI | roostgpt-win.exe | roostgpt-linux | |
Java | RoostJavaASTParser.jar | RoostJavaASTParser.jar | RoostJavaASTParser.jar |
Python | RoostPythonASTParser-win.exe | RoostPythonASTParser-linux | RoostPythonASTParser-mac |
CSharp | RoostCSharpASTParser-win.exe | RoostCSharpASTParser-linux | RoostCSharpASTParser-macos |
Golang | RoostGolangASTParser-win.exe | RoostGolangASTParser-linux | RoostGolangASTParser-macos |
UI Test | RoostUITestGenerator-win.exe | RoostUITestGenerator-linux | |
Javascript | RoostJavascriptASTParser-win.exe | RoostJavascriptASTParser-linux |
|
API |
|