jtriley / StarCluster

StarCluster is an open source cluster-computing toolkit for Amazon's Elastic Compute Cloud (EC2).
http://star.mit.edu/cluster
GNU Lesser General Public License v3.0
583 stars 313 forks source link

Add functionality for allowing inbound traffic from a specific security group #605

Closed ghost closed 8 months ago

ghost commented 7 years ago

This modification allows for the following to be written in the config file:

[permission group] SRC_SG = groupname

so that inbound traffic to the cluster from machines in the security group 'groupname' is allowed.

This pull request also makes the TO_PORT and FROM_PORT arguments optional, with default set to open all ports in the range 1-65535, since these arguments are not required by the authorize() function.