Security Groups
testgrinder service will be discontinued on January 31, 2025
testgrinder SMPC was discontinued as of February 1, 2024
You will need to create two security groups - one for tg-app and one for tg-bot instances
You can manage Security Groups on the Security Groups page of the AWS EC2 Console
tg-app Security Group
Create a security group with name tg-app for the VPC with the following access rules:
Description
Direction
Protocol
Source
Port
Egress
*
0.0.0.0/0
*
SSH
Ingress
TCP
YOUR_IP/32
22
HTTP
Ingress
TCP
0.0.0.0/0
80
HTTPS
Ingress
TCP
0.0.0.0/0
443
tg-bot API
Ingress
TCP
VPC_CIDR
3000
tg-bot Security Group
Create a security group tg-bot for the VPC with the following access rules:
Description
Direction
Protocol
Source
Port
Egress
*
0.0.0.0/0
*
VNC
Ingress
TCP
VPC_CIDR
5900
Last updated
Was this helpful?