mirror of
https://github.com/apache/jclouds.git
synced 2025-03-02 14:29:05 +00:00
- Added AWSEC2CreateSecurityGroupIfNeeded, using AWSSecurityGroupClient's ability to call authorizeSecurityGroupInRegion with Iterable<IpPermission> - Added a utility method, ComputeServiceUtils.getPortRangesInList(int... ports), to get pairs of start/end ports covering all ranges in a list of ports. Used above.