We are using TCP socket connection to send messages from one PC to another PC. Now, we have migrated our project to a cloud environment. It is possible to send messages from our own PC to the Amazon Cloud Instance. I have already tried this but I am unable to get the response in EC2 instance and also checked it by disabling firewall but no use. Please help me. Does anyone know how to achieve TCP Socket connection using Amazon EC2?
Asked
Active
Viewed 3,197 times
1 Answers
1
What are the settings of the security group of your aws instance?
Verify that you have allowed inbound traffic.
Check the below link on AWS security groups to know how to configure:
Amazon EC2 Security Groups .

phoenix
- 3,069
- 3
- 22
- 29
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-instance-addressing.html
From outside aws u can only access public IP or elastic IP. – phoenix Oct 30 '15 at 09:17