So far, I have been using PHP-FPM + Nginx on ECS with Application Load Balancer, and it's working. The problem is using ALB we cannot use static IP address, this problem is solved if I use NLB instead of ALB.
But it seems NLB only use TCP protocol, and cannot load balance HTTP protocol. Is there a solution for this?