grantorchard

Results 6 comments of grantorchard

I have a working HA deployment [here](https://github.com/grantorchard/terraform-aws-boundary/blob/main/templates/worker.hcl.tpl) that resolves that block to the NLB fronting the worker asg.

I have the NLB list on the cluster port (9201) which the workers connect to. I have the ALB listen on the API service (9200) for clients to connect to....

Yes, I do. I group "similar" workers together behind an NLB, with a CNAME record that I use as the external address. Here's the worker block from the templatefile I...

I'm not going to disagree! For folks following along, [here's a simple intro](https://www.consul.io/docs/install/cloud-auto-join#cloud-auto-join) to Consul's implementation of this. I use security groups attached to the auto scale groups for both...

This broke my brain a little too :) Best I can determine the NLB is just forwarding packets rather than rewriting, so AWS is doing some magic that evaluates the...