Security Groups
Last updated
Was this helpful?
Last updated
Was this helpful?
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
Create a security group with name tg-app for the VPC with the following access rules:
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
Create a security group tg-bot for the VPC with the following access rules:
Egress
*
0.0.0.0/0
*
VNC
Ingress
TCP
VPC_CIDR
5900