Can anyone tell me why can't I connect to an AWS EC2 instance?
I am using cURL to connect like this:
curl ec2-54-xxx-xx-xxx.eu-west-1.compute.amazonaws.com
But I am getting the following error:
curl: (7) couldn't connect to host
Can anyone tell me what might be wrong? I haven't previously worked with AWS.