I just deployed an app via Forge to an AWS instance that was provisioned by Forge. I go to my AWS console and see the IP address as 11.22.33.44 but when I enter that public address in a browser I get the PHP info only and not the site. What did I miss in the setup? (I have VPC DNS=Yes).
If you do a ping mydomain.com from a terminal do you get the same IP from your AWS console? Maybe the DNS hasn't propagated completely yet. You sometimes might have to wait up to 24 hours.
On another end, if you enter that IP in your browser do you see your app?