for lb in lbs:
        t = threading.Thread(target=describe_elbv2, args=(client, lb, q))
        t.start()
        threads.append(t)