Monday morning testing

Tim Penhey tim.penhey at canonical.com
Sun Apr 21 23:05:37 UTC 2013


On 22/04/13 10:49, Tim Penhey wrote:
> It seems that there are security group issues on at least
> ap-southeast-2, perhaps other non-default regions as well.  I'm hoping
> we can have someone who understands the goamz code or a better
> understanding of ec2 as a whole to take a look at this.

Seems to be in environs/ec2/ec2.go line 892:

    _, err := ec2inst.RevokeSecurityGroup(g, revoke.ipPerms())
    if err != nil {
        return zeroGroup, fmt.Errorf("cannot revoke security group: %v",
err)
    }

I'm not sure why this is happening on ap-southeast-2 and not us-east-1,
but it could be that over time, the security group in us-east-1 has been
brought up to expected configuration, and after that, perhaps the api
changed, so hasn't been noticed.  But for ap-southeast-2, the group
needs to be tweaked, and so is hitting this issue.

Tim



More information about the Juju-dev mailing list