> @@ -91,6 +92,12 @@ private void createSecurityGroupInRegion(String region,
> String name, int... port
> logger.debug("<< created securityGroup(%s)", name);
>
> ImmutableSet.Builder<IpPermission> permissions =
> ImmutableSet.builder();
> + String id;
> + if (name.startsWith("sg-")) {Out of curiosity...what is "magic" about the `sg-` prefix? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/154/files#r7112693
