if len(r) > 1:
                        ret['comment'] = 'Multiple EC2 instances with tag {} == {} found'.format(
                                tag_name, tag_value)
                        log.error(ret['comment'])
                        ret['result'] = False