We have ECS service behind ALBs at the moment. Our autoscaling is based on the RequestCountPerTarget metric (https://aws.amazon.com/about-aws/whats-new/2017/07/application-load-balancer-adds-support-for-new-requestcountpertarget-cloudwatch-metric/)
As we need to expose the service as a VPC endpoint, we are considering migrating to a NLB instead of ALB. Is it possible to autoscale based on request count per target when using NLB?
As far as I can tell, based on the cloudwatch docs: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-cloudwatch-metrics.html no such metric is exposed, but I might be missing something.