You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This terraform module provisions a simple, scalable tcp proxy based on haproxy.
It deploys an EC2 autoscaling group behind a network load balancer (NLB), sets
up cloudwatch logging, optionally configures a vpc endpoint service, and
provides a configurable way to forward tcp traffic to any specified backend
target.
how it works
an ec2 autoscaling group is created, each instance running haproxy
a network load balancer routes incoming traffic on tcp ports you define
haproxy listens on the same ports and forwards traffic to your backend
target(s)
security group rules are created to allow ingress on the listener port from
allowed cidrs
optional vpc endpoint service can be created if you need a private service endpoint