How to configure direct http access to EC2 instance?

后端 未结 6 2053
面向向阳花
面向向阳花 2020-12-25 13:12

This is a very basic Amazon EC2 question, but I\'m stumped so here goes.

I want to launch an Amazon EC2 instance and allow access to HTTP on ports 80 and 8888 from a

6条回答
  •  不思量自难忘°
    2020-12-25 13:39

    Apparently I was "binding to localhost" whereas I needed to bind to 0.0.0.0 to respond to port 80 for the all incoming TCP interfaces (?). This is a subtlety of TCP/IP that I don't fully understand yet, but it fixed the problem.

提交回复
热议问题