RoostGPT Resources for white labelling
Terraform Resources Provisioned in AWS
Name
| Resource Name | Service 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 |