Using an Elastic Load Balancer for SSH traffic
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am wanting to setup an AWS Elastic Load Balancer in front of a Phabricator installation. I would like the ELB to balance HTTP, HTTPS and SSH traffic. Is this possible or do I need to run my own SSH load balancer with HAProxy or similar? To clarify, I am aiming to load balance git operations which occur over SSH, as distinct from administrative SSH. 回答1: In my case of Phabricator + AWS ELB setup Allowed ELB port for phab instances. Configured VirtualHost redirection from HTTP to HTTPS in apache sites-enable configuration file. First rules