With what address should a server located on AWS be accessed?
I've created an AWS instance and installed a web server on it. However the server is not reachable via any of the:
ifconfig
Surprisingly, ssh with [email protected]
works fine.
What might be the problem and how to bind an address to the instance?
In your security group open -1 to -1 on ICMP for range 0.0.0.0/0 and you'll be able to ping.
See my screenshot for a better view:
Image posted by @emostar below