I have a security group which has quite a few inbound rules. Can I reference to this group from another group so that the referencing group inherits all the rules from its parent?
For example:
- Group A
- Port 3306. Traffic from X.X.X.X allowed.
- Port 3306. Traffic from X.X.X.Y allowed.
- Port 3306. Traffic from X.X.X.Z allowed.
- Group B
- Traffic from Group A
The tooltip of the Source
column in the inbound rules table says that I can do that:
However it doesn't work. The connections from the sources listed in the Group A
are blocked on the instance assigned with the Group B