AWS EC2 security group source
Posted
by
greener
on Server Fault
See other posts from Server Fault
or by greener
Published on 2012-08-29T02:11:41Z
Indexed on
2012/08/29
3:40 UTC
Read the original article
Hit count: 564
I'm currently trying to configure a security group and allow MS SQL connections from my other instance. I want to be able to specify the security group's name as the source.
But the connection is not going through. The instance's firewall has a rule to allow connections on the port. In fact, if I specify the IP of the machine as the source, it works. Just not the security group name.
There are two other rules for the same port and they're for specific IPs only.
What am I doing wrong?
© Server Fault or respective owner