Open pato-macrometa opened 10 months ago
If I understand this correctly, it's adding one more listen port to the load balancer. Netagent's port 9998 health check should be called internally for the target group health check, but maybe it's not desirable to expose it publicly.
Overview
This PR adds a port 9998 listener and target group for health checks to the Banyan repository's Terraform configuration. These enhancements are designed to improve network health monitoring and align with Banyan's infrastructure standards.
Changes Made
AWS Load Balancer Target Group Configuration:
aws_lb_target_group
namedtarget9998
.AWS Load Balancer Listener Configuration:
aws_lb_listener
for the Load Balancer, using the same TCP protocol on port 9998.Alignment with Banyan Documentation
Intent and Impact