i'm trying to run a webserver on my compute instance, running in the cloud platform.
To enable public access, I've created a virtual cloud network with a public subnet, and added some an Ingress rule to the security list:
0.0.0.0/0 TCP All 80
Still, I'm not able to access the webserver. I'm using the public IP that is also used for SSH access.
What am I missing?