public function authorize_security_group_egress($group_id, $opt = null)
    {
        if (!$opt) $opt = array();
        $opt['GroupId'] = $group_id;