1.- Create a VM on the GCP

2.- Open an SSH connection to the VM

3.- This is an Ubuntu VM using THIS tutorial.

After installing wildfly, We need to open the right ports on the VPC

1.-Using the cloud console, we go to VPC Network -> Firewall Rules.

2.- Create Firewall Rule

Direction: Ingress
Action: on match Allow
Source filters IP ranges 0.0.0.0/0
Protocols and ports= tcp:8080
targets: “specified target tags”, the-tag-for-the-vm

3.- Save rule and test