Cloudfront now supports HTTP/2

2016-09-08 Thread Shane Tomlinson
Hot off the press: [1] Amazon's Cloudfront now supports HTTP/2! Since Cloudfront is our CDN provider, we can enable HTTP/2 for our CDN hosted resources! Unfortunately ELB still doesn't support HTTP/2 natively, though this can be worked around by forwarding all headers unmodified to nginx [2]. I wo

Re: Cloudfront now supports HTTP/2

2016-09-08 Thread Sean McArthur
For assets, absolutely! Turn it to 11! On Thu, Sep 8, 2016, 2:58 AM Shane Tomlinson wrote: > Hot off the press: [1] > > Amazon's Cloudfront now supports HTTP/2! Since Cloudfront is our CDN > provider, we can enable HTTP/2 for our CDN hosted resources! Unfortunately > ELB still doesn't support HT

Re: Cloudfront now supports HTTP/2

2016-09-08 Thread Jon Buckley
I've enabled HTTP/2 support on stage. Lets benchmark it there and see if we can get any performance improvements. Classic ELB (what we're using now) doesn't support HTTP/2 but ALB (it's ELBv2) does: https://aws.amazon.com/elasticloadbalancing/applicationloadbalancer/ . It'd be interesting to test