What is the best way to implement load balancing in KUMO in AWS architecture?
You’re load balancing SMTP traffic, it won’t be specific to KumoMTA.
We run multiple KumoMTA instances and our email router decides how emails are distributed. Some get more, some get less. Depends on warm-up, dedicated IP addresses (for users), max emails per IP limitations, etc.
I honestly dont think it matters on the inbound side. I think most people use AWS NLBs.
Unless what you mean is some kind of intelligent router, but it soounds like you have that already.
AWS NLBs Or some ELB/SLB some things for LoadBancing . You can also see Haproxy (I have deployed the production environment )
Thank you all
thank you