mirror of
https://github.com/apache/jclouds.git
synced 2025-02-15 22:47:14 +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.