I see a lot of people using IP addresses like,
ec2-54.208.90.77.compute-1.amazonaws.com
Just for reference, that's my actual instance IP address.
However, when I try I get,
$ nslookup ec2-54.208.90.77.compute-1.amazonaws.com
Server: 127.0.1.1
Address: 127.0.1.1#53
** server can't find ec2-54.208.90.77.compute-1.amazonaws.com: NXDOMAIN
54.208.90.77
is the actual EIP of my amazon instance. Why doesn't this work for me?