I have an EC2 instance with a public port that uses unencrypted TCP. I use a React UI to send requests to this port.
Today I discovered that my UI cannot connect to the server over campus WIFI. I tried connecting to a VPN, but the VPN did not connect (perhaps blocked by campus as well).
I would like to understand what is causing the issue, and the difficulty level of fixing it.