I am hosting my website on 3 amazon instances but I cannot connect them together. I am using windows server 2008 and when I ping xxxxxxxxxxxxxxx.compute-1.amazonaws.com, I get request timed out. Using IP address also doesn't help. Also should I use IP or xxxxxxxxxxxxxxx.compute-1.amazonaws.com address to access each other. Thanks
Asked
Active
Viewed 101 times
0
-
2Ping is blocked by default in the security group. [Enable](http://serverfault.com/questions/318936/ec2-ping-and-security-settings/318938#318938) ICMP echo and ICMP reply in your security group for ping to succeed. It shouldn't matter if you use the DNS or IP address. – cyberx86 Feb 06 '12 at 16:47
1 Answers
0
You have to permit pinging (and any other incoming traffic you want to allow) in your AWS EC2 security groups. You should always use the instance CNAMEs, as the IPs can change.

ceejayoz
- 32,910
- 7
- 82
- 106