Why does my ec2 instance appear empty?
amazon-ec2, amazon-web-services
Solution
The default document root on an EC2 instance is:
/var/www/html
You should see the standard Amazon EC2 `index.html` file in there.
Problem
When I `ssh` into my ec2 instance and run `ls -a` I see: ``` .. .bash_logout .bash_profile .bashrc .ssh .viminfo ``` and yet when I open the url associated with the instance, I see the standard welcome page, so it appears there must be an `index.html` located in the instance.