anyone has an example to create an applicationload...
# general
h
anyone has an example to create an applicationloadbalancing for EC2 instances?
s
Any platform in particular?
b
@white-balloon-205 may have a better example, but we do some interesting things with load balancers in our cloud framework. It's not exactly what you're looking for, and it isn't a standalone example, but it may help orient you a bit. https://github.com/pulumi/pulumi-cloud/blob/ab1de169e4d5caae6ef6b035564e534a0a691977/aws/service.ts#L39 Please do let us know if you run into questions or want a more targeted example, I'm sure we can put something together.