How to point to the Amazon EC2 instance's localhost?
amazon-ec2, apache, ubuntu-12.04
Solution
put your instance's public IP address on the browser, if that's what you meant to ask. that will open up the default web root page of the server hosted at your ec2 instance.
Problem
I've an Amazon's EC2 instance up and running Ubuntu 12.04, I've installed LAMP. Apache is running, but how can I actually point to the default Document Root from the browser.