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
582 stars 313 forks source link

Support for AWS Security Groups #587

Closed edporras closed 7 years ago

edporras commented 8 years ago

AWS security groups support merged to current head of develop branch

Background:

We (@motologic) forked StarCluster to allow us to configure our nodes with existing AWS security groups via a patch based on work by @dmachi and included in PR #74.

This was not accepted so a second attempt was made by @mikepfirrmann with further changes and submitted as PR #247.

This was not accepted either but, from the PR dialog, it seems issues were reported by a ci-travis build due to incorrect line lengths.

I've merged the changes against head of develop with cosmetic changes to shorten the lines. We hope you consider this PR merge.