Anyone know how to get a list of load balancers? t...
# aws
i
Anyone know how to get a list of load balancers? the getLoadBalancer call can only return one
g
I don't believe we have a built in way to do this. You can use the AWS SDK from your Pulumi application to call the AWS API directly and get the list of load balancers.