I'd like to use AWS Elastic Load Balancer (ELB) v2 Application Load Balancer with HTTP 2.0. I'm trying to find out if it supports Next Protocol Negotiation (NPN) which was replaced by ALPN in the official specs.
I need NPN because I have some older Android clients that require it to use HTTP 2.0. NGINX has the ability to turn on NPN without SPDY (I don't need SPDY, just NPN). Since ELB is based on NGINX, I thought it might be enabled.
Looking through the ELB docs, I can't see mention of ALPN or NPN.