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:
- ec2-174-129-24-92.compute-1.amazonaws.com
- the IP address from instance's
ifconfig
- an elastic IP address I've created on the AWS dashboard and associated with the instance
Surprisingly, ssh with [email protected]
works fine.
What might be the problem and how to bind an address to the instance?