matterport / whistletips

Wrapper to make boto3 a little easier + reference tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wt-lb on a loadbalancer without instances will return all of them

opened this issue · comments

def list(LoadBalancerName):
    print(wt.instances_to_hostnames(wt.list_lb_instances(LoadBalancerName)))

instances_to_hostnames, without a filter, will return all of them.