I have created amazon EC2 instance and able to SSH also using below command
ssh -i Ec2CHD5.pem ubuntu@ec2-xx-xx-xxx-xxx.ap-southeast-1.compute.amazonaws.com
When I try to ping c2-xx-xx-xxx-xxx.ap-southeast-1.compute.amazonaws.com
I am able to do so also.
But when try to curl curl http://c2-xx-xx-xxx-xxx.ap-southeast-1.compute.amazonaws.com
I am getting connection refused,
am I missing any step or guidelines?
Could somebody guide me to troubleshoot.