How to open ports for aws EC2 instance
When we crreate new aws ec2 instances, they only have port 22 opened by default due to default security policy. If we want to use this instance as a webserver for our websites or for …
When we crreate new aws ec2 instances, they only have port 22 opened by default due to default security policy. If we want to use this instance as a webserver for our websites or for …
To make sure which ports are open on your server firewall, run this command: This will give you a list like this: Make sure that your port is listed there. Port 80 is used for …