amazon web services - What is the root URL of an ec2 server? -
i need give root url ec2 server, can please give me syntax of root url of general ec2 server? (just know syntax give specific web server details in). tried one:
http://ec2-**-**-**-**.eu-west-1.compute.amazonaws.com/
but doesn't work, flash builder says invalid, works in browser can't see how can be.
to answer question, assuming mean general syntax ec2 server dns name?
it's
ec2-<external-ip-with-dashes-instead-of-dots>.<region>.compute.amazonaws.com
so yes:
ec2-**-**-**-**.eu-west-1.compute.amazonaws.com
is correct eu-west-1
region.
now looks have problem, either not allowing port 80 on security group associated instance or not running on port 80. i.e. apache, nginx, etc.
Comments
Post a Comment